python 2.6.1: fix build for architectures lacking libffi support
authorKoen Kooi <koen@openembedded.org>
Wed, 15 Apr 2009 12:00:18 +0000 (14:00 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 15 Apr 2009 12:00:18 +0000 (14:00 +0200)
commit883da3d9544c4340cd83cfe688b7551bbaf43ba4
tree75708fbac7f6a11a4a573552f3f6effd326ad215
parent29b717d28565d781330bc4319df5273bc0868da6
python 2.6.1: fix build for architectures lacking libffi support
* if your patch does: +res = os.system(cmd) ; print "ret %d" % res, DO NOT change the second 'res' to 'ret'!
* this fixes a regression since python 2.5.x
recipes/python/python-2.6.1/05-enable-ctypes-cross-build.patch
recipes/python/python_2.6.1.bb