diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-16 16:00:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-16 16:00:00 +0200 |
commit | 583d7f013250768de7b26d2b4000445764a03626 (patch) | |
tree | 20faea083fb9458f5abcc19cd90b89ad545f5642 /package/nginx/patches | |
parent | 2636f0ed7b5fe9ddbc1cb3f9c9348550c7eac099 (diff) |
add new package nginx
Diffstat (limited to 'package/nginx/patches')
-rw-r--r-- | package/nginx/patches/patch-auto_cc_conf | 20 | ||||
-rw-r--r-- | package/nginx/patches/patch-auto_cc_name | 11 | ||||
-rw-r--r-- | package/nginx/patches/patch-auto_os_linux | 38 | ||||
-rw-r--r-- | package/nginx/patches/patch-auto_types_sizeof | 26 | ||||
-rw-r--r-- | package/nginx/patches/patch-auto_unix | 38 | ||||
-rw-r--r-- | package/nginx/patches/patch-src_os_unix_ngx_errno_c | 12 |
6 files changed, 145 insertions, 0 deletions
diff --git a/package/nginx/patches/patch-auto_cc_conf b/package/nginx/patches/patch-auto_cc_conf new file mode 100644 index 000000000..bc516d82e --- /dev/null +++ b/package/nginx/patches/patch-auto_cc_conf @@ -0,0 +1,20 @@ +--- nginx-1.2.2.orig/auto/cc/conf 2012-01-18 16:07:43.000000000 +0100 ++++ nginx-1.2.2/auto/cc/conf 2012-07-16 09:27:16.000000000 +0200 +@@ -149,7 +149,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then + else + ngx_feature="C99 variadic macros" + ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS" +- ngx_feature_run=yes ++ ngx_feature_run=no + ngx_feature_incs="#include <stdio.h> + #define var(dummy, ...) sprintf(__VA_ARGS__)" + ngx_feature_path= +@@ -163,7 +163,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then + + ngx_feature="gcc variadic macros" + ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS" +- ngx_feature_run=yes ++ ngx_feature_run=no + ngx_feature_incs="#include <stdio.h> + #define var(dummy, args...) sprintf(args)" + ngx_feature_path= diff --git a/package/nginx/patches/patch-auto_cc_name b/package/nginx/patches/patch-auto_cc_name new file mode 100644 index 000000000..a54e184da --- /dev/null +++ b/package/nginx/patches/patch-auto_cc_name @@ -0,0 +1,11 @@ +--- nginx-1.2.2.orig/auto/cc/name 2012-02-27 17:23:44.000000000 +0100 ++++ nginx-1.2.2/auto/cc/name 2012-07-16 09:27:16.000000000 +0200 +@@ -7,7 +7,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then + + ngx_feature="C compiler" + ngx_feature_name= +- ngx_feature_run=yes ++ ngx_feature_run= + ngx_feature_incs= + ngx_feature_path= + ngx_feature_libs= diff --git a/package/nginx/patches/patch-auto_os_linux b/package/nginx/patches/patch-auto_os_linux new file mode 100644 index 000000000..bd0b5aa3b --- /dev/null +++ b/package/nginx/patches/patch-auto_os_linux @@ -0,0 +1,38 @@ +--- nginx-1.2.2.orig/auto/os/linux 2012-03-21 14:58:51.000000000 +0100 ++++ nginx-1.2.2/auto/os/linux 2012-07-16 09:27:16.000000000 +0200 +@@ -48,7 +48,7 @@ fi + + ngx_feature="epoll" + ngx_feature_name="NGX_HAVE_EPOLL" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/epoll.h>" + ngx_feature_path= + ngx_feature_libs= +@@ -73,7 +73,7 @@ fi + CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE" + ngx_feature="sendfile()" + ngx_feature_name="NGX_HAVE_SENDFILE" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/sendfile.h> + #include <errno.h>" + ngx_feature_path= +@@ -94,7 +94,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" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/sendfile.h> + #include <errno.h>" + ngx_feature_path= +@@ -112,7 +112,7 @@ ngx_include="sys/prctl.h"; . auto/includ + + ngx_feature="prctl(PR_SET_DUMPABLE)" + ngx_feature_name="NGX_HAVE_PR_SET_DUMPABLE" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/prctl.h>" + ngx_feature_path= + ngx_feature_libs= diff --git a/package/nginx/patches/patch-auto_types_sizeof b/package/nginx/patches/patch-auto_types_sizeof new file mode 100644 index 000000000..219385d00 --- /dev/null +++ b/package/nginx/patches/patch-auto_types_sizeof @@ -0,0 +1,26 @@ +--- nginx-1.2.2.orig/auto/types/sizeof 2012-03-16 08:33:55.000000000 +0100 ++++ nginx-1.2.2/auto/types/sizeof 2012-07-16 09:28:44.000000000 +0200 +@@ -25,8 +25,13 @@ $NGX_INCLUDE_UNISTD_H + $NGX_INCLUDE_INTTYPES_H + $NGX_INCLUDE_AUTO_CONFIG_H + ++char object_code_block[] = { ++ '\n', 'e', '4', 'V', 'A', ++ '0', 'x', ('0' + sizeof($ngx_type)), ++ 'Y', '3', 'p', 'M', '\n' ++}; ++ + int main() { +- printf("%d", (int) sizeof($ngx_type)); + return 0; + } + +@@ -40,7 +45,7 @@ eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>& + + + if [ -x $NGX_AUTOTEST ]; then +- ngx_size=`$NGX_AUTOTEST` ++ ngx_size=`sed -ne 's/^e4VA0x\(.\)Y3pM$/\1/p' < $NGX_AUTOTEST` + echo " $ngx_size bytes" + fi + diff --git a/package/nginx/patches/patch-auto_unix b/package/nginx/patches/patch-auto_unix new file mode 100644 index 000000000..5a37087e6 --- /dev/null +++ b/package/nginx/patches/patch-auto_unix @@ -0,0 +1,38 @@ +--- 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( + + ngx_feature="mmap(MAP_ANON|MAP_SHARED)" + ngx_feature_name="NGX_HAVE_MAP_ANON" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/mman.h>" + ngx_feature_path= + ngx_feature_libs= +@@ -631,7 +631,7 @@ ngx_feature_test="void *p; + + ngx_feature='mmap("/dev/zero", MAP_SHARED)' + ngx_feature_name="NGX_HAVE_MAP_DEVZERO" +-ngx_feature_run=yes ++ngx_feature_run=no + 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; + + ngx_feature="System V shared memory" + ngx_feature_name="NGX_HAVE_SYSVSHM" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <sys/ipc.h> + #include <sys/shm.h>" + ngx_feature_path= +@@ -660,7 +660,7 @@ ngx_feature_test="int id; + + ngx_feature="POSIX semaphores" + ngx_feature_name="NGX_HAVE_POSIX_SEM" +-ngx_feature_run=yes ++ngx_feature_run=no + ngx_feature_incs="#include <semaphore.h>" + ngx_feature_path= + ngx_feature_libs= diff --git a/package/nginx/patches/patch-src_os_unix_ngx_errno_c b/package/nginx/patches/patch-src_os_unix_ngx_errno_c new file mode 100644 index 000000000..70020937a --- /dev/null +++ b/package/nginx/patches/patch-src_os_unix_ngx_errno_c @@ -0,0 +1,12 @@ +--- nginx-1.2.2.orig/src/os/unix/ngx_errno.c 2012-07-02 18:51:02.000000000 +0200 ++++ nginx-1.2.2/src/os/unix/ngx_errno.c 2012-07-16 09:32:48.000000000 +0200 +@@ -8,6 +8,9 @@ + #include <ngx_config.h> + #include <ngx_core.h> + ++#ifndef NGX_SYS_NERR ++#define NGX_SYS_NERR 128 ++#endif + + /* + * The strerror() messages are copied because: |