summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-25 18:37:36 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-25 18:37:36 +0200
commitcfab66bf3a9e207a1236923921c3fb348309f1bd (patch)
tree6a9232bb6d988796310699a0555ed93a77f25324 /package/python2
parenta13688c1c1e5944ef6806089aae34a4c9519b435 (diff)
fix compile on Darwin
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 964eed8f1..7845d541e 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -98,6 +98,7 @@ CONFIGURE_ARGS:= --with-threads \
--with-system-ffi \
--without-cxx-main
+HOST_CONFIGURE_ENV+= MACOSX_DEPLOYMENT_TARGET=10.9
HOST_CONFIGURE_ARGS+= --with-threads \
--disable-ipv6 \
--disable-shared \