summaryrefslogtreecommitdiffstats
path: root/package/perl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl/Config.in')
-rw-r--r--package/perl/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl/Config.in b/package/perl/Config.in
index 6cb89f029..98b41da4f 100644
--- a/package/perl/Config.in
+++ b/package/perl/Config.in
@@ -22,6 +22,12 @@ config BR2_PACKAGE_PERL_DB_FILE
help
Build the DB_File module.
+config BR2_PACKAGE_PERL_GDBM_FILE
+ bool "GDBM_File"
+ select BR2_PACKAGE_GDBM
+ help
+ Build the GDBM_File module.
+
endif
comment "perl requires an architecture supported by qemu"