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