summaryrefslogtreecommitdiffstats
path: root/external/curl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-10 23:22:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:18 +0100
commit593ff642838e7167e1f9ad935ece7bf79337e662 (patch)
tree5fa301d8371c8ef4173166e61f309b6c4cf2b18b /external/curl
parentnormalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTS (diff)
downloadcore-593ff642838e7167e1f9ad935ece7bf79337e662.tar.gz
core-593ff642838e7167e1f9ad935ece7bf79337e662.zip
normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIB
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
Diffstat (limited to 'external/curl')
-rw-r--r--external/curl/ExternalProject_curl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index 5e36ec89697b..b012079bae85 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -64,8 +64,8 @@ $(call gb_ExternalProject_get_state_target,curl,build):
./configure --with-nss --without-ssl --enable-ftp --enable-ipv6 --disable-http --disable-gopher \
--disable-file --disable-ldap --disable-telnet --disable-dict --build=i586-pc-mingw32 --host=i586-pc-mingw32 \
$(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug) \
- CC="$(CC) -mthreads $(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-shared-libgcc)" \
- LIBS="-lws2_32 -lwinmm $(if $(filter YES,$(MINGW_SHARED_GXXLIB)),$(MINGW_SHARED_LIBSTDCPP))" \
+ CC="$(CC) -mthreads $(if $(MINGW_SHARED_GCCLIB),-shared-libgcc)" \
+ LIBS="-lws2_32 -lwinmm $(if $(MINGW_SHARED_GXXLIB),$(MINGW_SHARED_LIBSTDCPP))" \
LDFLAGS="$(patsubst ;, -L,$(ILIB))" \
CPPFLAGS="$(INCLUDE)" OBJDUMP="objdump" \
&& cd lib \