[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:
lars 2010-02-08 13:12:34 +00:00
parent de6ff16372
commit b852d866b0

View File

@ -43,7 +43,9 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/util $(MAKE) -C $(PKG_BUILD_DIR)/util \
CPPFLAGS="$(HOST_CPPFLAGS)"
$(call Build/Compile/Default) $(call Build/Compile/Default)
endef endef