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 d61ffa7 commit 187c48aCopy full SHA for 187c48a
util/build.sh
@@ -6,14 +6,8 @@ root=`pwd`
6
home=~
7
version=$1
8
force=$2
9
-disable_pcre2=--without-pcre2
10
-answer=`../openresty/util/ver-ge "$version" 1.25.1`
11
-if [ "$answer" = "N" ]; then
12
- disable_pcre2="";
13
-fi
14
15
ngx-build $force $version \
16
- $disable_pcre2 \
17
--with-http_addition_module \
18
--without-mail_pop3_module \
19
--without-mail_imap_module \
0 commit comments