From f19e720dbf75be4b6f8fa42634d6f56176a200e8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Feb 2011 12:47:43 +0100 Subject: [PATCH] squid: Enable LFS. --- lfs/squid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2