python: don't use libressl for host build 3773/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 6 Jan 2017 13:29:19 +0000 (15:29 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 6 Jan 2017 13:29:21 +0000 (15:29 +0200)
commitca800e60b040a2b409801560dc16dbcac6cba2b1
tree6481bf36a86cfeb9c21bda977280a376eb8473d9
parentfad0bcccc83c64aa93d710ce0d0adc5e4dd1385b
python: don't use libressl for host build

Fixes: https://github.com/openwrt/packages/issues/3767
Since commit:
https://github.com/lede-project/source/commit/f6e6341d896adb78f9b496f71aab8f45e1742d5a

libressl is built on the host-side.

Python picks it up [ via the openssl/* headers ] and assumes
it has SSL libs.
Compiling works fine, linking fails.
Doesn't look like it's because:
https://github.com/lede-project/source/commit/2fd5ce9488d11c7e6eee7dc30f128bd12be889f5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile
lang/python/patches/012-disable-openssl-for-hashlib-on-host-build.patch [new file with mode: 0644]