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 / Config.in
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 create
8           and maintain software libraries that provide a predictable and
9           consistent interface to underlying platform-specific implementations
10
11           http://apr.apache.org/
12
13 comment "apr needs a toolchain w/ dynamic library"
14         depends on BR2_USE_MMU
15         depends on BR2_STATIC_LIBS