mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
squid: Add forgetten patch file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
21
src/patches/squid-3.5.17-fix-max-file-descriptors.patch
Normal file
21
src/patches/squid-3.5.17-fix-max-file-descriptors.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
--- configure.ac.~ Wed Apr 20 14:26:07 2016
|
||||
+++ configure.ac Fri Apr 22 17:20:46 2016
|
||||
@@ -3131,6 +3131,9 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
+SQUID_CHECK_DEFAULT_FD_SETSIZE
|
||||
+SQUID_CHECK_MAXFD
|
||||
+
|
||||
dnl --with-maxfd present for compatibility with Squid-2.
|
||||
dnl undocumented in ./configure --help to encourage using the Squid-3 directive
|
||||
AC_ARG_WITH(maxfd,,
|
||||
@@ -3161,8 +3164,6 @@
|
||||
esac
|
||||
])
|
||||
|
||||
-SQUID_CHECK_DEFAULT_FD_SETSIZE
|
||||
-SQUID_CHECK_MAXFD
|
||||
if test "x$squid_filedescriptors_num" != "x"; then
|
||||
AC_MSG_NOTICE([Default number of fieldescriptors: $squid_filedescriptors_num])
|
||||
fi
|
||||
Reference in New Issue
Block a user