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 fda44b4 commit 8f38b26Copy full SHA for 8f38b26
util/build.sh
@@ -9,17 +9,10 @@ version=$1
9
home=~
10
force=$2
11
12
-disable_pcre2="";
13
-answer=`$root/../openresty/util/ver-ge "$version" 1.23.0`
14
-if [ "$answer" = "Y" ]; then
15
- disable_pcre2=--without-pcre2;
16
-fi
17
-
18
cd $root || exit 1
19
20
#--without-http_memcached_module \
21
ngx-build $force $version \
22
- $disable_pcre2 \
23
--with-cc-opt="-O0" \
24
--with-ld-opt="-Wl,-rpath,/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib" \
25
--without-mail_pop3_module \
0 commit comments