]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/squid
Compile squid with flag --with-maxfd=1024
[people/pmueller/ipfire-2.x.git] / 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)