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 / apache / Config.in
1 config BR2_PACKAGE_APACHE
2         bool "apache"
3         select BR2_PACKAGE_APR_UTIL
4         select BR2_PACKAGE_PCRE
5         depends on !BR2_STATIC_LIBS
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         depends on BR2_USE_MMU # apr
8         help
9           The Apache HTTP Server Project is an effort to develop and maintain an
10           open-source HTTP server for modern operating systems including UNIX
11           and Windows NT. The goal of this project is to provide a secure,
12           efficient and extensible server that provides HTTP services in sync
13           with the current HTTP standards.
14
15           http://httpd.apache.org
16
17 comment "apache needs a toolchain w/ dynamic library, threads"
18         depends on BR2_USE_MMU
19         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS