2f2c799697
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
555 B
Plaintext
19 lines
555 B
Plaintext
comment "squid needs a toolchain w/ C++, IPv6, headers >= 3.0"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_avr32 # toolchain too old
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 \
|
|
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
|
config BR2_PACKAGE_SQUID
|
|
bool "squid"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INET_IPV6
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
|
|
select BR2_PACKAGE_LIBCAP
|
|
help
|
|
Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
|
|
|
|
http://www.squid-cache.org/
|