From b852d866b039f7ec868a75c7cdc6fd9d40f128d3 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 8 Feb 2010 13:12:34 +0000 Subject: [PATCH] [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 --- Xorg/xorg/lib/libXt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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