2015-04-26 11:37:14 +02:00
|
|
|
config BR2_PACKAGE_PERL_DB_FILE
|
|
|
|
bool "perl-db-file"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
|
|
help
|
2015-12-05 23:42:23 +01:00
|
|
|
Perl5 access to Berkeley DB version 1.x or 2.x.
|
2015-04-26 11:37:14 +02:00
|
|
|
|
|
|
|
https://metacpan.org/release/DB_File
|
|
|
|
|
2015-07-23 18:47:16 +02:00
|
|
|
comment "perl-db-file needs a toolchain w/ dynamic library"
|
2015-04-26 11:37:14 +02:00
|
|
|
depends on BR2_STATIC_LIBS
|