From: Michael Tremer Date: Wed, 27 Jul 2011 16:26:18 +0000 (+0200) Subject: Cleaning up squid configuration options. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45c6c5b265232cdc5550a5247b000d9bb71db208;p=people%2Fms%2Fipfire-2.x.git Cleaning up squid configuration options. --- diff --git a/lfs/squid b/lfs/squid index f85b5e9a80..0a4d905dbf 100644 --- a/lfs/squid +++ b/lfs/squid @@ -97,16 +97,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-ntlm-auth-helpers="smb_lm,no_check,fakeauth" \ --enable-internal-dns \ --enable-epoll \ - --disable-kqueue \ - --enable-select \ - --disable-cache-digests \ + --enable-cache-digests \ --enable-forw-via-db \ --enable-htcp \ --enable-ipf-transparent \ --enable-kill-parent-hack \ --disable-wccpv2 \ --disable-icap-client \ - --disable-esi + --disable-esi \ + --with-dl cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install