Config.in 526 B

1234567891011121314151617
  1. config BR2_PACKAGE_APR_UTIL
  2. bool "apr-util"
  3. # apr really needs shared library support
  4. depends on !BR2_STATIC_LIBS
  5. depends on BR2_USE_MMU # apr
  6. select BR2_PACKAGE_APR
  7. select BR2_PACKAGE_EXPAT
  8. select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
  9. select BR2_PACKAGE_LIBOPENSSL_ENGINES if BR2_PACKAGE_LIBOPENSSL
  10. help
  11. The utility library for the apache runtime project
  12. https://apr.apache.org
  13. comment "apr-util needs a toolchain w/ dynamic library"
  14. depends on BR2_USE_MMU
  15. depends on BR2_STATIC_LIBS