mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mdnsresponder: Also pass TARGET_CPPFLAGS
Use CFLAGS_DEBUG which is already used for TARGET_CFLAGS to also pass TARGET_CPPFLAGS. This fixes build issues with toolchains that don't automatically search for header files (e.g: sys/capability.h), such as stbgcc-4.8-1.5 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user