]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/squid/squid-4.6-fix-max-file-descriptors.patch
squid: Update to 4.7
[ipfire-2.x.git] / src / patches / squid / squid-4.6-fix-max-file-descriptors.patch
diff --git a/src/patches/squid/squid-4.6-fix-max-file-descriptors.patch b/src/patches/squid/squid-4.6-fix-max-file-descriptors.patch
deleted file mode 100644 (file)
index 57fd0a6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.ac.~     Wed Apr 20 14:26:07 2016
-+++ configure.ac       Fri Apr 22 17:20:46 2016
-@@ -3160,6 +3160,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,,
-@@ -3190,8 +3193,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