From: Eric Biggers Date: Mon, 19 Oct 2015 00:39:31 +0000 (-0500) Subject: tools/make-windows-release: configure --without-libcrypto X-Git-Tag: v1.8.3~44 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=eaf73fa6eced03a42ca9865c474cdd5913f6ec82 tools/make-windows-release: configure --without-libcrypto --- diff --git a/tools/make-windows-release b/tools/make-windows-release index 39e31ed0..da1d4ed6 100755 --- a/tools/make-windows-release +++ b/tools/make-windows-release @@ -59,6 +59,7 @@ then CPPFLAGS="-I$SYSROOT/include" \ LDFLAGS="-L$SYSROOT/lib" \ PKG_CONFIG_PATH="$SYSROOT/lib/pkgconfig" \ + --without-libcrypto \ $extra_args $MAKE clean fi