appveyor: Build against OpenSSL

This is mainly for the RNG needed for the exchange tests.
This commit is contained in:
Tobias Brunner
2017-07-28 11:23:23 +02:00
parent 95ecc11774
commit 096626286a
+5
View File
@@ -67,6 +67,11 @@ win*)
# no make check for Windows binaries unless we run on a windows host
if test "$APPVEYOR" != "True"; then
TARGET=
else
CONFIG="$CONFIG --enable-openssl"
CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
LDFLAGS="-L/c/OpenSSL-$TEST"
export LDFLAGS
fi
CFLAGS="$CFLAGS -mno-ms-bitfields"
DEPS="gcc-mingw-w64-base"