commit a04b137c871b4557ae44a95667eb71fd61d7f48c
parent 29e4eadf93847088fff1fc36e37daaa14c748be7
Author: Florian Fainelli <f.fainelli@gmail.com>
Date: Sun, 2 Apr 2017 19:12:19 -0700
Merge pull request #4224 from ffainelli/mdns
mdnsresponder: Also pass TARGET_CPPFLAGS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mdnsresponder/Makefile b/net/mdnsresponder/Makefile
@@ -86,7 +86,7 @@ endef
# not found:
MAKE_FLAGS += \
LD="$(TARGET_CC)" \
- CFLAGS_DEBUG="$(TARGET_CFLAGS)" \
+ CFLAGS_DEBUG="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LINKOPTS=-lc \
LDCONFIG= \
ETCBASE="$(PKG_INSTALL_DIR)/etc" \