]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
squid: Enable LFS.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Feb 2011 11:47:43 +0000 (12:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Feb 2011 11:47:43 +0000 (12:47 +0100)
lfs/squid

index 9bb8b50b8a0a5af0242bd0b399eafdc77d656ea2..16df6210109aa01ce0f309b90e6dcdd2a67e6373 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -87,7 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
           --enable-referer-log \
              --enable-snmp \
           --with-pthreads --with-dl \
           --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
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install