We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9426407 commit c2e7340Copy full SHA for c2e7340
1 file changed
compile.sh
@@ -80,7 +80,7 @@ if [[ $STATIC_OPENSSL -eq 1 ]]; then
80
mkdir -p openssl
81
tar xfz $__dir/downloads/$OPENSSLSRC --strip-components=1 -C openssl
82
pushd openssl
83
- ./config shared zlib -fPIC
+ ./config no-dgram no-tests shared zlib -fPIC
84
make -j$(nproc)
85
OPENSSLDIR=$PWD
86
popd
0 commit comments