From d6404faa102a8e73493dfd027d20f183d801c261 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 8 Feb 2010 13:12:34 +0000 Subject: [PATCH] [packages] libXt: pass correct CPPFLAGS to the host tools build SVN-Revision: 19548 --- 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 be4408655f..d5a8617d8f 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 -- 2.30.2