Files
bpfire/src/patches/squid-3.5.25-fix-max-file-descriptors.patch
Matthias Fischer bffe0abd59 squid: Update to 3.5.25
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-04-03 20:28:12 +01:00

22 lines
565 B
Diff

--- configure.ac.~ Wed Apr 20 14:26:07 2016
+++ configure.ac Fri Apr 22 17:20:46 2016
@@ -3135,6 +3135,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,,
@@ -3165,8 +3168,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