From efdb714474a30754623afd95f40d5794bdce8846 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 27 Jul 2011 20:09:26 +0200 Subject: [PATCH] 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. --- lfs/squid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5