python 2.6.8: Fix python-config

Python was looking for its config header in the wrong directory
(<prefix>/include).
This commit is contained in:
Ingo Weinhold
2013-05-04 00:47:58 +02:00
parent ee6358786c
commit 3d40334ec5
2 changed files with 40 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ LICENSE="Python"
COPYRIGHT="1990-2012, Python Software Foundation"
SRC_URI="http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tar.bz2"
CHECKSUM_MD5="c6e0420a21d8b23dee8b0195c9b9a125"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PATCHES="python-2.6.8.patch"