Merge pull request #4224 from ffainelli/mdns
mdnsresponder: Also pass TARGET_CPPFLAGS
This commit is contained in:
commit
a04b137c87
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ endef
|
||||||
# not found:
|
# not found:
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
LD="$(TARGET_CC)" \
|
LD="$(TARGET_CC)" \
|
||||||
CFLAGS_DEBUG="$(TARGET_CFLAGS)" \
|
CFLAGS_DEBUG="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||||
LINKOPTS=-lc \
|
LINKOPTS=-lc \
|
||||||
LDCONFIG= \
|
LDCONFIG= \
|
||||||
ETCBASE="$(PKG_INSTALL_DIR)/etc" \
|
ETCBASE="$(PKG_INSTALL_DIR)/etc" \
|
||||||
|
|
Loading…
Reference in a new issue