squid: Enable ICAP client.

This commit is contained in:
Michael Tremer
2012-06-13 15:43:27 +02:00
parent e516f073d6
commit 81b2c3f165
3 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../common/squid

View File

@@ -41,6 +41,7 @@ extract_files
#
#Start services
/etc/init.d/squid restart &>/dev/null
#
#Update Language cache

View File

@@ -105,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--enable-ipf-transparent \
--enable-kill-parent-hack \
--disable-wccpv2 \
--disable-icap-client \
--enable-icap-client \
--disable-esi
cd $(DIR_APP) && make $(MAKETUNING)