upgraded the nginx core to 1.13.2 (some patches fail to apply though).

This commit is contained in:
Yichun Zhang (agentzh)
2017-08-05 14:59:54 -07:00
parent 90fc91567f
commit 6614441908
27 changed files with 3032 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- nginx-1.13.2/auto/cc/conf 2015-10-30 22:47:50.000000000 +0800
+++ nginx-1.13.2-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\"