619280aea0
This package is also compatible with Berkeley DB v2 or higher: https://metacpan.org/source/PMQS/DB_File-1.835/Changes 1.50 DB_File can now build with either DB 1.x or 2.x, but not both at the same time. [Thomas: adjust Config.in help text accordingly.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
config BR2_PACKAGE_PERL_DB_FILE
|
|
bool "perl-db-file"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
help
|
|
Perl5 access to Berkeley DB version 1.x or 2.x.
|
|
|
|
https://metacpan.org/release/DB_File
|
|
|
|
comment "perl-db-file needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|