summaryrefslogtreecommitdiffstats
path: root/external/curl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-20 22:53:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-20 22:53:45 +0200
commit6c6e0149e0bc9607f4d3e601915e77d6646bc809 (patch)
tree0b7ea4b554479c0bbbfe515c1de5daebee0144cc /external/curl
parentUpdated core (diff)
downloadcore-6c6e0149e0bc9607f4d3e601915e77d6646bc809.tar.gz
core-6c6e0149e0bc9607f4d3e601915e77d6646bc809.zip
Pass --with-macosx-version-min-required into external/curl
...which wants to take it from CFLAGS, otherwise defaults to 10.8 Change-Id: I1b086ee8abba1e4b46c67b6b4fe6a05c4ef7a3d8
Diffstat (limited to 'external/curl')
-rw-r--r--external/curl/ExternalProject_curl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index bd03275d4888..a8a03a568246 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -58,6 +58,8 @@ $(call gb_ExternalProject_get_state_target,curl,build):
$(if $(ENABLE_DEBUG),--enable-debug) \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+ $(if $(filter MACOSX,$(OS)),CFLAGS='$(CFLAGS) \
+ -mmacosx-version-min=$(MAC_OS_X_VERSION_MIN_REQUIRED_DOTS)') \
CPPFLAGS='$(curl_CPPFLAGS)' \
LDFLAGS='$(curl_LDFLAGS)' \
ZLIB_CFLAGS='$(ZLIB_CFLAGS)' ZLIB_LIBS='$(ZLIB_LIBS)' \