[packages] libXt: pass correct CPPFLAGS to the host tools build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19548 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de6ff16372
commit
b852d866b0
@ -43,7 +43,9 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/util
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/util \
|
||||
CPPFLAGS="$(HOST_CPPFLAGS)"
|
||||
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user