You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
536 B
25 lines
536 B
3 months ago
|
--- filter/config
|
||
|
+++ filter/config
|
||
|
@@ -60,7 +60,8 @@
|
||
|
SAVED_NGX_TEST_LD_OPT=$NGX_TEST_LD_OPT
|
||
|
NGX_TEST_LD_OPT="$ngx_zstd_opt_L $NGX_TEST_LD_OPT"
|
||
|
|
||
|
- . auto/feature
|
||
|
+ #. auto/feature
|
||
|
+ ngx_found=no
|
||
|
|
||
|
# restore
|
||
|
CC_TEST_FLAGS=$SAVED_CC_TAST_FLAGS
|
||
|
--- static/config
|
||
|
+++ static/config
|
||
|
@@ -60,7 +60,8 @@
|
||
|
SAVED_NGX_TEST_LD_OPT=$NGX_TEST_LD_OPT
|
||
|
NGX_TEST_LD_OPT="$ngx_zstd_opt_L $NGX_TEST_LD_OPT"
|
||
|
|
||
|
- . auto/feature
|
||
|
+ #. auto/feature
|
||
|
+ ngx_found=no
|
||
|
|
||
|
# restore
|
||
|
CC_TEST_FLAGS=$SAVED_CC_TAST_FLAGS
|