]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
squid: Disable IPv6 support. squid-optimization
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Jul 2011 18:09:26 +0000 (20:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Jul 2011 18:09:26 +0000 (20:09 +0200)
This is not needed because the whole rest of the distribution
cannot do it and IPv6 causes a 17% performance penalty in squid.

lfs/squid

index 0a4d905dbf47b692da1ebec09207caa31f1bc600..e81ef0c91ac0c484b30edd5b9109b34a3d541b16 100644 (file)
--- 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