summaryrefslogtreecommitdiff
path: root/package/nginx/patches/patch-auto_os_linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-18 08:25:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-18 08:47:38 +0100
commit8ac6184b6029b5b50db529f7754a85125f4344d3 (patch)
tree4133e9afcec398b4f5d20e71bd19e404b3558fa9 /package/nginx/patches/patch-auto_os_linux
parent581f9786ca85ec1da5feb18ab87a765a2729d11b (diff)
nginx: update to 1.11.10
Diffstat (limited to 'package/nginx/patches/patch-auto_os_linux')
-rw-r--r--package/nginx/patches/patch-auto_os_linux12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/nginx/patches/patch-auto_os_linux b/package/nginx/patches/patch-auto_os_linux
index 20ecc70f0..0281b2def 100644
--- a/package/nginx/patches/patch-auto_os_linux
+++ b/package/nginx/patches/patch-auto_os_linux
@@ -1,5 +1,5 @@
---- nginx-1.9.12.orig/auto/os/linux 2016-02-24 15:53:23.000000000 +0100
-+++ nginx-1.9.12/auto/os/linux 2016-03-04 19:55:33.000000000 +0100
+--- nginx-1.11.10.orig/auto/os/linux 2017-02-14 16:36:04.000000000 +0100
++++ nginx-1.11.10/auto/os/linux 2017-03-18 08:19:23.069283778 +0100
@@ -36,7 +36,7 @@ fi
ngx_feature="epoll"
@@ -9,7 +9,7 @@
ngx_feature_incs="#include <sys/epoll.h>"
ngx_feature_path=
ngx_feature_libs=
-@@ -93,7 +93,7 @@ ngx_feature_test="int fd; struct stat sb
+@@ -110,7 +110,7 @@ ngx_feature_test="int fd; struct stat sb
CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE"
ngx_feature="sendfile()"
ngx_feature_name="NGX_HAVE_SENDFILE"
@@ -18,7 +18,7 @@
ngx_feature_incs="#include <sys/sendfile.h>
#include <errno.h>"
ngx_feature_path=
-@@ -114,7 +114,7 @@ fi
+@@ -131,7 +131,7 @@ fi
CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
ngx_feature="sendfile64()"
ngx_feature_name="NGX_HAVE_SENDFILE64"
@@ -27,7 +27,7 @@
ngx_feature_incs="#include <sys/sendfile.h>
#include <errno.h>"
ngx_feature_path=
-@@ -132,7 +132,7 @@ ngx_include="sys/prctl.h"; . auto/includ
+@@ -149,7 +149,7 @@ ngx_include="sys/prctl.h"; . auto/includ
ngx_feature="prctl(PR_SET_DUMPABLE)"
ngx_feature_name="NGX_HAVE_PR_SET_DUMPABLE"
@@ -36,7 +36,7 @@
ngx_feature_incs="#include <sys/prctl.h>"
ngx_feature_path=
ngx_feature_libs=
-@@ -153,20 +153,6 @@ ngx_feature_test="cpu_set_t mask;
+@@ -170,20 +170,6 @@ ngx_feature_test="cpu_set_t mask;
sched_setaffinity(0, sizeof(cpu_set_t), &mask)"
. auto/feature