projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfd57ea
)
resolveip: add CPPFLAGS
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 16 Feb 2026 23:53:31 +0000
(
00:53
+0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 17 Feb 2026 21:25:09 +0000
(22:25 +0100)
Forward the OpenWrt CPPFLAGS to the compile process. This fixes fortify
sources support.
Link:
https://github.com/openwrt/openwrt/pull/22056
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/utils/resolveip/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/resolveip/Makefile
b/package/network/utils/resolveip/Makefile
index fb8d40619a8ca8dc36e21067d8eff2be0849b988..769054ebc9cd7e179fb4eccdbcb4e31df1ddfa8e 100644
(file)
--- a/
package/network/utils/resolveip/Makefile
+++ b/
package/network/utils/resolveip/Makefile
@@
-29,7
+29,7
@@
define Package/resolveip/description
endef
define Build/Compile
- $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -Wall \
+ $(TARGET_CC) $(TARGET_C
PPFLAGS) $(TARGET_C
FLAGS) $(TARGET_LDFLAGS) -Wall \
-o $(PKG_BUILD_DIR)/resolveip $(PKG_BUILD_DIR)/resolveip.c
endef