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 95e1744 commit 557c09cCopy full SHA for 557c09c
build-apisix-runtime.sh
@@ -18,6 +18,7 @@ pcre_prefix=${OR_PREFIX}/pcre
18
cc_opt=${cc_opt:-"-DNGX_LUA_ABORT_AT_PANIC -I$zlib_prefix/include -I$pcre_prefix/include -I$OPENSSL_PREFIX/include"}
19
ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -Wl,-rpath,$zlib_prefix/lib:$pcre_prefix/lib:$OPENSSL_PREFIX/lib"}
20
old_cc=${CC:-}
21
+CC=""
22
23
# dependencies for building openresty
24
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
0 commit comments