mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4224 from ffainelli/mdns
mdnsresponder: Also pass TARGET_CPPFLAGS
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user