Merge pull request #4224 from ffainelli/mdns

mdnsresponder: Also pass TARGET_CPPFLAGS
This commit is contained in:
Florian Fainelli 2017-04-02 19:12:19 -07:00 committed by GitHub
commit a04b137c87

View file

@ -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" \