summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-12 15:34:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-12 15:34:29 +0100
commited6f93d17f4360b0125119d3becfd592d50689a6 (patch)
tree4651ad91954cae730d10da3452a8c2c710bd2e6d /package/python2/Makefile
parentb5c9f6026929aec4a77002edb593d4ede6573bcf (diff)
parent1820537b047086ac5d5c042296372a9ce2c5c822 (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 452b48b16..933947523 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7.5
-PKG_RELEASE:= 9
+PKG_RELEASE:= 10
PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df
PKG_DESCR:= Python scripting language (Version 2)
PKG_SECTION:= lang
@@ -106,10 +106,10 @@ CFLAGS_FOR_BUILD+= -fPIC
hostpost-install:
$(INSTALL_BIN) ${WRKBUILD}/Parser/pgen \
$(STAGING_HOST_DIR)/usr/bin/pgen
+ (cd $(STAGING_HOST_DIR)/usr/bin && \
+ patch -p0 < $(TOPDIR)/package/python2/files/python-config.patch)
pre-configure:
- (cd $(WRKBUILD) && patch -p1 < \
- $(TOPDIR)/package/python2/files/patch-Misc_python-config_in )
$(SED) "s#@EXENAME@#$(STAGING_HOST_DIR)/usr/bin/python#" \
$(WRKBUILD)/Misc/python-config.in