From 13fb014af2d0f34fdf20ca07341b76e90f3c9c4f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2015 22:42:37 +0000 Subject: Pass the correct flags to the configure script to locate OpenSSL headers. --- infrastructure/mingw/configure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'infrastructure/mingw/configure.sh') 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 -- cgit v1.2.3