@@ -24,53 +24,47 @@ force=$2
2424
2525add_fake_shm_module=" --add-module=$root /t/data/fake-shm-module"
2626
27- add_http3_module=--with-http_v3_module
28- answer=` $root /util/ver-ge " $version " 1.25.1`
29- if [ " $OPENSSL_VER " = " 1.1.0l" ] || [ " $answer " = " N" ]; then
30- add_http3_module=" "
31- fi
32-
3327answer=` $root /util/ver-ge " $version " 1.25.1`
3428
3529time ngx-build $force $version \
36- --with-threads \
37- --with-pcre-jit \
38- --with-ipv6 \
39- --with-cc-opt=" -DNGX_LUA_USE_ASSERT -I$PCRE_INC -I$OPENSSL_INC " \
40- --with-http_v2_module \
41- $add_http3_module \
42- --with-http_realip_module \
43- --with-http_ssl_module \
44- --add-module=$root /../ndk-nginx-module \
45- --add-module=$root /../set-misc-nginx-module \
46- --with-ld-opt=" -L$PCRE_LIB -L$OPENSSL_LIB -Wl,-rpath,$PCRE_LIB :$LIBDRIZZLE_LIB :$OPENSSL_LIB " \
47- --without-mail_pop3_module \
48- --without-mail_imap_module \
49- --with-http_image_filter_module \
50- --without-mail_smtp_module \
51- --with-stream \
52- --with-stream_ssl_module \
53- --without-http_upstream_ip_hash_module \
54- --without-http_memcached_module \
55- --without-http_auth_basic_module \
56- --without-http_userid_module \
57- --with-http_auth_request_module \
58- --add-module=$root /../echo-nginx-module \
59- --add-module=$root /../memc-nginx-module \
60- --add-module=$root /../srcache-nginx-module \
61- --add-module=$root \
62- --add-module=$root /../lua-upstream-nginx-module \
63- --add-module=$root /../headers-more-nginx-module \
64- --add-module=$root /../drizzle-nginx-module \
65- --add-module=$root /../rds-json-nginx-module \
66- --add-module=$root /../coolkit-nginx-module \
67- --add-module=$root /../redis2-nginx-module \
68- --add-module=$root /../stream-lua-nginx-module \
69- --add-module=$root /t/data/fake-module \
70- $add_fake_shm_module \
71- --add-module=$root /t/data/fake-delayed-load-module \
72- --with-http_gunzip_module \
73- --with-http_dav_module \
30+ --with-threads \
31+ --with-pcre-jit \
32+ --with-ipv6 \
33+ --with-cc-opt=" -DNGX_LUA_USE_ASSERT -I$PCRE2_INC -I$OPENSSL_INC " \
34+ --with-http_v2_module \
35+ --with-http_v3_module \
36+ --with-http_realip_module \
37+ --with-http_ssl_module \
38+ --add-module=$root /../ndk-nginx-module \
39+ --add-module=$root /../set-misc-nginx-module \
40+ --with-ld-opt=" -L$PCRE2_LIB -L$OPENSSL_LIB -Wl,-rpath,$PCRE2_LIB :$LIBDRIZZLE_LIB :$OPENSSL_LIB " \
41+ --without-mail_pop3_module \
42+ --without-mail_imap_module \
43+ --with-http_image_filter_module \
44+ --without-mail_smtp_module \
45+ --with-stream \
46+ --with-stream_ssl_module \
47+ --without-http_upstream_ip_hash_module \
48+ --without-http_memcached_module \
49+ --without-http_auth_basic_module \
50+ --without-http_userid_module \
51+ --with-http_auth_request_module \
52+ --add-module=$root /../echo-nginx-module \
53+ --add-module=$root /../memc-nginx-module \
54+ --add-module=$root /../srcache-nginx-module \
55+ --add-module=$root \
56+ --add-module=$root /../lua-upstream-nginx-module \
57+ --add-module=$root /../headers-more-nginx-module \
58+ --add-module=$root /../drizzle-nginx-module \
59+ --add-module=$root /../rds-json-nginx-module \
60+ --add-module=$root /../coolkit-nginx-module \
61+ --add-module=$root /../redis2-nginx-module \
62+ --add-module=$root /../stream-lua-nginx-module \
63+ --add-module=$root /t/data/fake-module \
64+ $add_fake_shm_module \
65+ --add-module=$root /t/data/fake-delayed-load-module \
66+ --with-http_gunzip_module \
67+ --with-http_dav_module \
7468 --with-select_module \
7569 --with-poll_module \
7670 $opts \
0 commit comments