From: lars Date: Mon, 8 Feb 2010 13:12:34 +0000 (+0000) Subject: [packages] libXt: pass correct CPPFLAGS to the host tools build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b852d866b039f7ec868a75c7cdc6fd9d40f128d3;p=packages.git [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 --- diff --git a/Xorg/xorg/lib/libXt/Makefile b/Xorg/xorg/lib/libXt/Makefile index be4408655..d5a8617d8 100644 --- a/Xorg/xorg/lib/libXt/Makefile +++ b/Xorg/xorg/lib/libXt/Makefile @@ -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