2
1

Config.in 300 B

1234567891011
  1. config BR2_PACKAGE_PERL_DB_FILE
  2. bool "perl-db-file"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_BERKELEYDB
  5. help
  6. Perl5 access to Berkeley DB version 1.x or 2.x.
  7. https://metacpan.org/release/DB_File
  8. comment "perl-db-file needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS