We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6768721 commit 29fe7a5Copy full SHA for 29fe7a5
util/build.sh
@@ -25,13 +25,13 @@ force=$2
25
add_fake_shm_module="--add-module=$root/t/data/fake-shm-module"
26
27
add_http3_module=--with-http_v3_module
28
-answer=`$root/util/ver-ge "$NGINX_VERSION" 1.25.1`
+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
33
disable_pcre2=--without-pcre2
34
35
if [ "$answer" = "N" ] || [ "$USE_PCRE2" = "Y" ]; then
36
disable_pcre2=""
37
0 commit comments