[packages] python: Force usage of internal modules for hashlib instead of openssl
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
commitc14f4648e25be5cc39a9ae4df9d55fc67d1491f6
tree1dfd0f506f52b79662873427e3c5f75f386633e1
parentb0e24b6b95852e6d8329bee28518199aee7dcd5f
[packages] 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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20372 3c298f89-4303-0410-b956-a3cf2f4a3e73
lang/python/Makefile
lang/python/patches/120-force-internal-modules-for-hashlib.patch [new file with mode: 0644]