From: Michael Tremer Date: Thu, 3 Feb 2011 11:47:43 +0000 (+0100) Subject: squid: Enable LFS. X-Git-Tag: v2.9-core46~11^2~1 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=f19e720dbf75be4b6f8fa42634d6f56176a200e8;ds=sidebyside squid: Enable LFS. --- diff --git a/lfs/squid b/lfs/squid index 9bb8b50b8a..16df621010 100644 --- a/lfs/squid +++ b/lfs/squid @@ -87,7 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-referer-log \ --enable-snmp \ --with-pthreads --with-dl \ - --with-maxfd="16384" + --with-maxfd="16384" \ + --with-large-files cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install