summaryrefslogtreecommitdiffstats
path: root/package/perl-db-file/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl-db-file/Config.in')
-rw-r--r--package/perl-db-file/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in
new file mode 100644
index 0000000000..18daec3048
--- /dev/null
+++ b/package/perl-db-file/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PERL_DB_FILE
+ bool "perl-db-file"
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_BERKELEYDB
+ select BR2_PACKAGE_BERKELEYDB_COMPAT185
+ help
+ Perl5 access to Berkeley DB version 1.x
+
+ https://metacpan.org/release/DB_File
+
+comment "perl-db_file needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud