mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-22 09:52:27 +01:00
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 <hauke@hauke-m.de>
(cherry picked from commit 379d5b8bc4)
This commit is contained in:
parent
acad156c06
commit
5f724fc319
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue