]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Compile squid with flag --with-maxfd=1024
authorDaniel Glanzmann <dg@ipfire.org>
Fri, 19 Dec 2008 18:56:57 +0000 (19:56 +0100)
committerDaniel Glanzmann <dg@ipfire.org>
Fri, 19 Dec 2008 18:56:57 +0000 (19:56 +0100)
lfs/squid

index 80e14f017fbbca839d0d89040deebddfd33ae6d5..8128eb77790908ab615535d0078247dc0d0dc867 100644 (file)
--- 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)