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/patch-auto_os_linux | |
parent | 2636f0ed7b5fe9ddbc1cb3f9c9348550c7eac099 (diff) |
add new package nginx
Diffstat (limited to 'package/nginx/patches/patch-auto_os_linux')
-rw-r--r-- | package/nginx/patches/patch-auto_os_linux | 38 |
1 files changed, 38 insertions, 0 deletions
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= |