Config.in 510 B

12345678910111213141516
  1. config BR2_PACKAGE_APR
  2. bool "apr"
  3. # apr really needs shared library support
  4. depends on !BR2_STATIC_LIBS
  5. depends on BR2_USE_MMU # fork() in apr_proc_fork()
  6. help
  7. The mission of the Apache Portable Runtime (APR) project is to
  8. create and maintain software libraries that provide a
  9. predictable and consistent interface to underlying
  10. platform-specific implementations
  11. http://apr.apache.org/
  12. comment "apr needs a toolchain w/ dynamic library"
  13. depends on BR2_USE_MMU
  14. depends on BR2_STATIC_LIBS