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>
Sat, 26 Aug 2017 06:41:27 +0000 (09:41 +0300)
commit4d94943818e918676a161a218b0778ad14c30471
tree20fe3be90c3f34790ad9755dc6372c7ff06d533f
parente3b2ef74e9797d9e3537ff1dac612afa7919a64c
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