Add always_enable_cc_path for nginx 1.23.0

This commit is contained in:
Hiroaki Nakamura 2022-06-23 11:54:39 +09:00
parent 37fe0d4314
commit 37d9810737
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- nginx-1.23.0/auto/cc/conf 2015-10-30 22:47:50.000000000 +0800
+++ nginx-1.23.0-patched/auto/cc/conf 2015-11-02 12:23:05.385156987 +0800
@@ -144,7 +144,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\"