1 config BR2_PACKAGE_APR_UTIL
4 select BR2_PACKAGE_EXPAT
5 # apr really needs shared library support
6 depends on !BR2_STATIC_LIBS
7 depends on BR2_USE_MMU # apr
9 The utility library for the apache runtime project
11 http://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