1config 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 12 http://apr.apache.org/ 13 14comment "apr needs a toolchain w/ dynamic library" 15 depends on BR2_USE_MMU 16 depends on BR2_STATIC_LIBS 17