mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 16:22:27 +01:00
ebtables: add CPPFLAGS
Add the OpenWrt CPPFLAGS to the CFLAGS. ebtables 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>
This commit is contained in:
parent
33b2c6f955
commit
77d896725f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ endef
|
|||
MAKE_VARS += EXT_LIBSI="$(LIBGCC_S)"
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||
LIBDIR="/usr/lib/ebtables"
|
||||
|
||||
define Package/ebtables-legacy/install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue