python: fix patch removing multiarch support for host python
authorJan Čermák <jan.cermak@nic.cz>
Thu, 2 Jul 2015 15:57:13 +0000 (17:57 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 13 Dec 2015 18:08:45 +0000 (20:08 +0200)
commit7e6939bdc0a79e5efbcb0590a87c10be2ff78895
treee0f0395f0e8e7caeed57c82657ce60d6cc320e63
parentfa5e832d77dbbe638350142848f835fb6c57047c
python: fix patch removing multiarch support for host python

Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
lang/python/Makefile
lang/python/patches/006-remove-debian-multiarch-support.patch