From 1ff20d33e3f213ea1efc2e6939516b1ea43393c4 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 19 Oct 2012 03:13:50 +0000 Subject: perl: add GDBM_File Signed-off-by: Francois Perrad Signed-off-by: Peter Korsgaard --- package/perl/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package/perl/Config.in') 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" -- cgit v1.2.3