]> wimlib.net Git - wimlib/commitdiff
tools/make-windows-release: configure --without-libcrypto
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:39:31 +0000 (19:39 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:48:25 +0000 (19:48 -0500)
tools/make-windows-release

index 39e31ed00db7a7d66f1ed37564ee3aba1ed33064..da1d4ed65cc0a81112a2988ce38003eec7bf4998 100755 (executable)
@@ -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