From: Michael Tremer Date: Wed, 27 Jul 2011 18:09:26 +0000 (+0200) Subject: squid: Disable IPv6 support. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efdb714474a30754623afd95f40d5794bdce8846;p=people%2Fms%2Fipfire-2.x.git squid: Disable IPv6 support. This is not needed because the whole rest of the distribution cannot do it and IPv6 causes a 17% performance penalty in squid. --- diff --git a/lfs/squid b/lfs/squid index 0a4d905dbf..e81ef0c91a 100644 --- a/lfs/squid +++ b/lfs/squid @@ -105,7 +105,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-wccpv2 \ --disable-icap-client \ --disable-esi \ - --with-dl + --with-dl \ + --disable-ipv6 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install