mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-18 16:18:25 +00:00
HOST_CFLAGS were ignored as they were passed on incorrectly which lead to build failure if OpenSSL wasn't present on the build host. Fix that by properly passing HOST_CFLAGS when building each tool. Signed-off-by: Daniel Golle <daniel@makrotopia.org>