summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:53:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:53:27 +0100
commitc3a3e22d43ae5b81fdec750283b3fe64ec794695 (patch)
tree41b4719072c91c7460519050a3f1ee9c734042dc /package/python2/Makefile
parentb4b7d73745f75b3617d791106a1875f70ffa628c (diff)
try to fix cross-compile on Darwin
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r--package/python2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 96452b025..3f24b5b5d 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7
-PKG_RELEASE:= 4
+PKG_RELEASE:= 5
PKG_MD5SUM:= 35f56b092ecf39a6bd59d64f142aae0f
PKG_DESCR:= Python scripting language (Version 2)
PKG_SECTION:= lang
-PKG_DEPENDS:= libpthread zlib
-PKG_BUILDDEP:= zlib
+PKG_DEPENDS:= libpthread zlib libffi
+PKG_BUILDDEP:= zlib libffi
PKG_URL:= http://www.python.org/
PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/
@@ -46,7 +46,7 @@ post-extract:
${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/hostpython
${CP} ${WRKBUILD}/Parser/pgen ${WRKBUILD}/Parser/hostpgen
${CP} ${WRKBUILD}/python ${WRKBUILD}/hostpython
- $(MAKE) -C ${WRKBUILD} distclean
+ $(MAKE) -C ${WRKBUILD} clean
pre-configure:
$(SED) "s#@@CPU_ARCH@@#$(CPU_ARCH)#" ${WRKBUILD}/configure