python: Force usage of internal modules for hashlib instead of openssl
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
commit146fc003245957f749a265b95f59664f3c22fd55
tree43988248f1ec9d9fe8c70c1a033bbd74a709526a
parent818bf2f6e86425157303e37a34850b38ee2a5623
python: Force usage of internal modules for hashlib instead of openssl

Python can either use it's own implementation for the hashlib functions or it
can use openssl. If openssl is installed it will choose the openssl based
variant. But since openssl is not a dependency, but could have been build before
python we'll have to force the python build to choose the internal variant.

Fixes #6883

SVN-Revision: 20372
lang/python/Makefile
lang/python/patches/120-force-internal-modules-for-hashlib.patch [new file with mode: 0644]