diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-11 23:39:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-11 23:39:38 +0200 |
commit | c1b759f6a4dca2f8c708f0ceae4a88d0da8ca0de (patch) | |
tree | fa1513166c7d8d43650308d48aaa0f8594e91043 /package/python2/Makefile | |
parent | 022e705d87a6bc130dde6d5681656ab559f492ce (diff) |
update to latest stable upstream
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index ece0ad685..5eab1d7b5 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= python2 -PKG_VERSION:= 2.7.5 -PKG_RELEASE:= 13 -PKG_HASH:= 8e1b5fa87b91835afb376a9c0d319d41feca07ffebc0288d97ab08d64f48afbf +PKG_VERSION:= 2.7.9 +PKG_RELEASE:= 1 +PKG_HASH:= c8bba33e66ac3201dabdc556f0ea7cfe6ac11946ec32d357c4c6f9b018c12c5b PKG_DESCR:= python scripting language (Version 2) PKG_SECTION:= dev/lang PKG_BUILDDEP:= libffi python2-host @@ -16,8 +16,6 @@ PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ PKG_OPTS:= dev -PKG_HOST_DEPENDS:= !netbsd !openbsd - DISTFILES:= Python-${PKG_VERSION}.tgz WRKDIST= ${WRKDIR}/Python-${PKG_VERSION} @@ -100,6 +98,7 @@ CONFIGURE_ARGS:= --with-threads \ HOST_CONFIGURE_ENV+= MACOSX_DEPLOYMENT_TARGET=10.9 HOST_CONFIGURE_ARGS+= --with-threads \ + --with-system-ffi \ --enable-shared \ --disable-ipv6 \ --disable-toolbox-glue \ |