upgraded the nginx core to 1.17.1.

This commit is contained in:
Thibault Charbonnier
2019-07-11 11:29:40 -07:00
committed by GitHub
parent 08e9e50782
commit cef09e553f
36 changed files with 3944 additions and 183 deletions

View File

@ -0,0 +1,11 @@
--- nginx-1.17.1/auto/cc/conf 2015-10-30 22:47:50.000000000 +0800
+++ nginx-1.17.1-patched/auto/cc/conf 2015-11-02 12:23:05.385156987 +0800
@@ -136,7 +136,7 @@ fi
CFLAGS="$CFLAGS $NGX_CC_OPT"
NGX_TEST_LD_OPT="$NGX_LD_OPT"
-if [ "$NGX_PLATFORM" != win32 ]; then
+if [ 1 ]; then
if test -n "$NGX_LD_OPT"; then
ngx_feature=--with-ld-opt=\"$NGX_LD_OPT\"