python,python3: add host-flags/settings to host pip install rules
authorAlexandru Ardelean <redacted>
Sun, 13 Aug 2017 19:06:08 +0000 (22:06 +0300)
committerAlexandru Ardelean <redacted>
Thu, 14 Sep 2017 08:44:01 +0000 (11:44 +0300)
commit4d0a44d31ad1a387e8b810283960b524e1136b2c
tree6016f4ebeacab51cd1fc9b2dd5dd8422d6a4410b
parentfd0f3aa9302b905362bf9a2e625cebf2f1f1f677
python,python3: add host-flags/settings to host pip install rules

The host pip install should have the host's CFLAGS, LDFLAGS, etc
available.
And not the target's flags.
Otherwise, weird things can happen when installing
packages (host-side) that need to build C code.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python/files/python-host.mk
lang/python/python3/files/python3-host.mk
git clone https://git.99rst.org/PROJECT