The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / apr-util / Config.in
1 config BR2_PACKAGE_APR_UTIL
2         bool "apr-util"
3         select BR2_PACKAGE_APR
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
8         help
9           The utility library for the apache runtime project
10
11           http://apr.apache.org/
12
13 comment "apr-util needs a toolchain w/ dynamic library"
14         depends on BR2_USE_MMU
15         depends on BR2_STATIC_LIBS