python,python3: add zlib/host to HOST_BUILD_DEPENDS 5274/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 13 Dec 2017 18:54:50 +0000 (20:54 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 13 Dec 2017 19:07:46 +0000 (21:07 +0200)
commitc764f77dc1a62ce667b38520496ddb9bfaececab
treeee14989cabefca57735a84906a10e1674efacc65
parent5a58f4efd32ff4171e4c9bed6520f20c5ae19791
python,python3: add zlib/host to HOST_BUILD_DEPENDS

This should fix the zlibmodule build on the host side.

Usually, if zlib is not found, Python/Python3 builds fine
without it, but there are some cases where the Python/Python3
interpreter on the host-side requires zlib to run.

At the moment, zlib does not have a host-build.
This should be available when this PR gets merged:
https://github.com/lede-project/source/pull/1329
[ or a similar one that contains host-build support for zlib ].

In the meantime, this change can go into Python/Python3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python/Makefile
lang/python/python3/Makefile