]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/squid/squid-4.4-fix-max-file-descriptors.patch
squid: Update to 4.4 (stable)
[ipfire-2.x.git] / src / patches / squid / squid-4.4-fix-max-file-descriptors.patch
CommitLineData
1a26eca6
MT
1--- configure.ac.~ Wed Apr 20 14:26:07 2016
2+++ configure.ac Fri Apr 22 17:20:46 2016
a2bcb413 3@@ -3156,6 +3156,9 @@
1a26eca6
MT
4 ;;
5 esac
6
7+SQUID_CHECK_DEFAULT_FD_SETSIZE
8+SQUID_CHECK_MAXFD
9+
10 dnl --with-maxfd present for compatibility with Squid-2.
11 dnl undocumented in ./configure --help to encourage using the Squid-3 directive
12 AC_ARG_WITH(maxfd,,
a2bcb413 13@@ -3186,8 +3189,6 @@
1a26eca6
MT
14 esac
15 ])
16
17-SQUID_CHECK_DEFAULT_FD_SETSIZE
18-SQUID_CHECK_MAXFD
19 if test "x$squid_filedescriptors_num" != "x"; then
20 AC_MSG_NOTICE([Default number of fieldescriptors: $squid_filedescriptors_num])
21 fi