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 956fca3 commit e33e1f1Copy full SHA for e33e1f1
build-apisix-runtime.sh
@@ -37,7 +37,7 @@ install_openssl_3(){
37
fi
38
# required for openssl 3.x config
39
cpanm IPC/Cmd.pm
40
- wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-3.2.0/openssl-${OPENSSL_VERSION}.tar.gz
+ wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION}/openssl-${OPENSSL_VERSION}.tar.gz
41
tar xvf openssl-${OPENSSL_VERSION}.tar.gz
42
cd openssl-${OPENSSL_VERSION}/
43
export LDFLAGS="-Wl,-rpath,$zlib_prefix/lib:$OPENSSL_PREFIX/lib"
0 commit comments