edbc604267
Added dependency for libxml2: http://www.squid-cache.org/Versions/v4/RELEASENOTES.html#ss2.9 Rebased patch 0001, removed patches 0002 & 0003 after being applied upstream. Added sha256 hash for tarball. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
comment "squid needs a toolchain w/ C++"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_SQUID
|
|
bool "squid"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_LIBCAP
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
Caching proxy for the Web supporting HTTP, HTTPS, FTP, and
|
|
more.
|
|
|
|
http://www.squid-cache.org/
|