2
1

Config.in 333 B

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