From: Hauke Mehrtens Date: Tue, 17 Feb 2026 00:19:50 +0000 (+0100) Subject: iwinfo: add CPPFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379d5b8bc4dc6930cbb93e5e3d542fc3386c1eec;p=thirdparty%2Fopenwrt.git iwinfo: add CPPFLAGS Add the OpenWrt CPPFLAGS to the FLAGS. iwinfo does not support CPPFLAGS. This fixes fortify sources support. Link: https://github.com/openwrt/openwrt/pull/22056 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 165fb4b67ff..bc799921380 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -81,7 +81,7 @@ TARGET_CFLAGS += \ MAKE_FLAGS += \ FPIC="$(FPIC)" \ - CFLAGS="$(TARGET_CFLAGS)" \ + CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ BACKENDS="nl80211" \ SOVERSION="$(IWINFO_ABI_VERSION)"