summaryrefslogtreecommitdiff
path: root/infrastructure/mingw/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/mingw/configure.sh')
-rwxr-xr-xinfrastructure/mingw/configure.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh
index 0242ea74..cfc27f35 100755
--- a/infrastructure/mingw/configure.sh
+++ b/infrastructure/mingw/configure.sh
@@ -31,9 +31,11 @@ if [ ! -x "configure" ]; then
fi
if ! ./configure "$@" --host=$target \
+ --with-ssl-headers="${DEP_PATH}/include" \
+ --with-ssl-lib="${DEP_PATH}/lib" \
CFLAGS="-mthreads" \
CXXFLAGS="-mthreads" \
- LDFLAGS="-Wl,-Bstatic -mthreads -L${DEP_PATH}/lib -L${LIBZ_PATH}"
+ LDFLAGS="-Wl,-Bstatic -mthreads -L${LIBZ_PATH}"
then
echo "Error: configure failed, aborting." >&2
exit 1