0ab6b373a4937d575d55579d7043ddc340baab59
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / squid / Config.in
1 comment "squid needs a toolchain w/ C++, headers >= 3.0"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
4
5 config BR2_PACKAGE_SQUID
6         bool "squid"
7         depends on BR2_INSTALL_LIBSTDCPP
8         # needs fork()
9         depends on BR2_USE_MMU
10         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
11         select BR2_PACKAGE_LIBCAP
12         help
13           Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
14
15           http://www.squid-cache.org/