1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- --- nginx-1.5.3.orig/auto/os/linux 2013-07-30 15:27:55.000000000 +0200
- +++ nginx-1.5.3/auto/os/linux 2013-08-20 10:00:37.444429620 +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=
- @@ -133,20 +133,6 @@ ngx_feature_test="cpu_set_t mask;
- sched_setaffinity(0, sizeof(cpu_set_t), &mask)"
- . auto/feature
-
- -
- -# crypt_r()
- -
- -ngx_feature="crypt_r()"
- -ngx_feature_name="NGX_HAVE_GNU_CRYPT_R"
- -ngx_feature_run=no
- -ngx_feature_incs="#include <crypt.h>"
- -ngx_feature_path=
- -ngx_feature_libs=-lcrypt
- -ngx_feature_test="struct crypt_data cd;
- - crypt_r(\"key\", \"salt\", &cd);"
- -. auto/feature
- -
- -
- ngx_include="sys/vfs.h"; . auto/include
-
-
|