summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-08 14:57:27 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-08 14:57:27 +0100
commit06192043a983061e81b44536b00c89f377a1b129 (patch)
tree906032a6f214526d73b4c0edfb6d829789560bbd /package/python2/Makefile
parent41b1b121a3c856ecd1b5f2e7dcdab10a31981831 (diff)
parentc481446c0210205deca32bef6e199b5dd84f7b11 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r--package/python2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 4c6f5ccd2..ece0ad685 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,12 +5,12 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7.5
-PKG_RELEASE:= 12
+PKG_RELEASE:= 13
PKG_HASH:= 8e1b5fa87b91835afb376a9c0d319d41feca07ffebc0288d97ab08d64f48afbf
PKG_DESCR:= python scripting language (Version 2)
PKG_SECTION:= dev/lang
PKG_BUILDDEP:= libffi python2-host
-HOST_BUILDDEP:= libffi-host bzip2-host
+HOST_BUILDDEP:= libffi-host bzip2-host openssl-host
PKG_DEPENDS:= libpthread libffi
PKG_URL:= http://www.python.org/
PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/
@@ -100,8 +100,8 @@ CONFIGURE_ARGS:= --with-threads \
HOST_CONFIGURE_ENV+= MACOSX_DEPLOYMENT_TARGET=10.9
HOST_CONFIGURE_ARGS+= --with-threads \
+ --enable-shared \
--disable-ipv6 \
- --disable-shared \
--disable-toolbox-glue \
--without-cxx-main