mirror of
https://github.com/openwrt/packages.git
synced 2026-05-04 11:45:32 +04:00
4d0a44d31a
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 <ardeleanalex@gmail.com>