package/squid: enable ICAP client support in squid
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d29eb641d3
commit
70f8b1d5d8
@ -29,7 +29,8 @@ SQUID_CONF_OPTS = --enable-async-io=8 --enable-linux-netfilter \
|
|||||||
--enable-external-acl-helpers="file_userip" \
|
--enable-external-acl-helpers="file_userip" \
|
||||||
--with-logdir=/var/log/squid/ \
|
--with-logdir=/var/log/squid/ \
|
||||||
--with-pidfile=/var/run/squid.pid \
|
--with-pidfile=/var/run/squid.pid \
|
||||||
--with-swapdir=/var/cache/squid/
|
--with-swapdir=/var/cache/squid/ \
|
||||||
|
--enable-icap-client
|
||||||
|
|
||||||
# On uClibc librt needs libpthread
|
# On uClibc librt needs libpthread
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
||||||
|
Loading…
Reference in New Issue
Block a user