Skip to content

Commit c2e7340

Browse files
committed
openssl: no-dgram no-tests
1 parent 9426407 commit c2e7340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [[ $STATIC_OPENSSL -eq 1 ]]; then
8080
mkdir -p openssl
8181
tar xfz $__dir/downloads/$OPENSSLSRC --strip-components=1 -C openssl
8282
pushd openssl
83-
./config shared zlib -fPIC
83+
./config no-dgram no-tests shared zlib -fPIC
8484
make -j$(nproc)
8585
OPENSSLDIR=$PWD
8686
popd

0 commit comments

Comments
 (0)