X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsquid;h=e050b17c5c4edaa8f5d8c725479ecf95e0792a87;hp=3c5f6c54aebdf6ba5b2b757d3dd9ffc3cdde7527;hb=5930a368ad783c21e4e5542aea64561f409cbd68;hpb=9fa18495864b421b508201870abe93acc5a35b7c diff --git a/lfs/squid b/lfs/squid index 3c5f6c54a..e050b17c5 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 3.3.11 +VER = 3.4.5 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dd016ff5f14b2548083b3882207914f6 +$(DL_FILE)_MD5 = a831efb36cfbaa419f8dc7a43cba72c9 install : $(TARGET) @@ -53,6 +53,7 @@ md5 : $(subst %,%_MD5,$(objects)) ############################################################################### # Downloading, checking, md5sum ############################################################################### + $(patsubst %,$(DIR_CHK)/%,$(objects)) : @$(CHECK) @@ -116,7 +117,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-kill-parent-hack \ --disable-wccpv2 \ --enable-icap-client \ - --disable-esi + --disable-esi \ + --enable-zph-qos \ + --disable-arch-native cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install