diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 00:59:02 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 01:00:47 -0600 |
commit | 32466fbcf251f7cfdca59efce7c84f77e14f3591 (patch) | |
tree | 5a678051ee2762087239eb5b10c0e4fd65f99c36 /package/nginx/patches/patch-auto_unix | |
parent | 7747a97c7542b708e6c82867b0a84aeec828a704 (diff) |
update to latest upstream
Diffstat (limited to 'package/nginx/patches/patch-auto_unix')
-rw-r--r-- | package/nginx/patches/patch-auto_unix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/nginx/patches/patch-auto_unix b/package/nginx/patches/patch-auto_unix index 5a37087e6..6cee1a460 100644 --- a/package/nginx/patches/patch-auto_unix +++ b/package/nginx/patches/patch-auto_unix @@ -1,6 +1,6 @@ ---- nginx-1.2.2.orig/auto/unix 2012-07-02 18:51:02.000000000 +0200 -+++ nginx-1.2.2/auto/unix 2012-07-16 09:27:16.000000000 +0200 -@@ -618,7 +618,7 @@ ngx_feature_test="void *p; p = memalign( +--- nginx-1.7.9.orig/auto/unix 2014-12-23 09:28:38.000000000 -0600 ++++ nginx-1.7.9/auto/unix 2014-12-25 00:19:14.593499364 -0600 +@@ -651,7 +651,7 @@ ngx_feature_test="void *p; p = memalign( ngx_feature="mmap(MAP_ANON|MAP_SHARED)" ngx_feature_name="NGX_HAVE_MAP_ANON" @@ -9,7 +9,7 @@ ngx_feature_incs="#include <sys/mman.h>" ngx_feature_path= ngx_feature_libs= -@@ -631,7 +631,7 @@ ngx_feature_test="void *p; +@@ -664,7 +664,7 @@ ngx_feature_test="void *p; ngx_feature='mmap("/dev/zero", MAP_SHARED)' ngx_feature_name="NGX_HAVE_MAP_DEVZERO" @@ -18,7 +18,7 @@ ngx_feature_incs="#include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h>" -@@ -646,7 +646,7 @@ ngx_feature_test='void *p; int fd; +@@ -679,7 +679,7 @@ ngx_feature_test='void *p; int fd; ngx_feature="System V shared memory" ngx_feature_name="NGX_HAVE_SYSVSHM" @@ -27,7 +27,7 @@ ngx_feature_incs="#include <sys/ipc.h> #include <sys/shm.h>" ngx_feature_path= -@@ -660,7 +660,7 @@ ngx_feature_test="int id; +@@ -693,7 +693,7 @@ ngx_feature_test="int id; ngx_feature="POSIX semaphores" ngx_feature_name="NGX_HAVE_POSIX_SEM" |