appveyor: Build against OpenSSL
This is mainly for the RNG needed for the exchange tests.
This commit is contained in:
@@ -67,6 +67,11 @@ win*)
|
|||||||
# no make check for Windows binaries unless we run on a windows host
|
# no make check for Windows binaries unless we run on a windows host
|
||||||
if test "$APPVEYOR" != "True"; then
|
if test "$APPVEYOR" != "True"; then
|
||||||
TARGET=
|
TARGET=
|
||||||
|
else
|
||||||
|
CONFIG="$CONFIG --enable-openssl"
|
||||||
|
CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
|
||||||
|
LDFLAGS="-L/c/OpenSSL-$TEST"
|
||||||
|
export LDFLAGS
|
||||||
fi
|
fi
|
||||||
CFLAGS="$CFLAGS -mno-ms-bitfields"
|
CFLAGS="$CFLAGS -mno-ms-bitfields"
|
||||||
DEPS="gcc-mingw-w64-base"
|
DEPS="gcc-mingw-w64-base"
|
||||||
|
|||||||
Reference in New Issue
Block a user