package/squid: enable ICAP client support in squid
authorGuillaume GARDET <guillaume.gardet@oliseo.fr>
Tue, 18 Nov 2014 14:54:45 +0000 (15:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 23 Nov 2014 21:18:29 +0000 (22:18 +0100)
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/squid/squid.mk

index ed51881d213804d17d5b83256dcf33ce73ce7fa0..306b2a361bf5e1f5439fc3174798c922cb7fca93 100644 (file)
@@ -29,7 +29,8 @@ SQUID_CONF_OPTS =     --enable-async-io=8 --enable-linux-netfilter \
                        --enable-external-acl-helpers="file_userip" \
                        --with-logdir=/var/log/squid/ \
                        --with-pidfile=/var/run/squid.pid \
-                       --with-swapdir=/var/cache/squid/
+                       --with-swapdir=/var/cache/squid/ \
+                       --enable-icap-client
 
 # On uClibc librt needs libpthread
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)