From d649d96fcc5c3448a7d6e7b1eabd469307379358 Mon Sep 17 00:00:00 2001 From: Daniel Glanzmann Date: Fri, 19 Dec 2008 19:56:57 +0100 Subject: [PATCH] Compile squid with flag --with-maxfd=1024 --- lfs/squid | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/squid b/lfs/squid index 80e14f017f..8128eb7779 100644 --- a/lfs/squid +++ b/lfs/squid @@ -86,6 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-ntlm-auth-helpers="SMB" \ --enable-useragent-log \ --enable-referer-log \ + --with-maxfd=1024 \ --with-pthreads --with-dl cd $(DIR_APP) && make $(MAKETUNING) -- 2.39.2