summaryrefslogtreecommitdiff
path: root/package/libXt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-27 10:00:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-27 10:00:40 +0100
commit9d46f6e49bf921dd673849d9993d15d34070626a (patch)
treeb1d9b15e298b7de2656c8f786b23b46ff2552422 /package/libXt/Makefile
parent65c4293b87bdb8658aa7778206021f4391fa7f9b (diff)
need to provide CPPFLAGS for build
Diffstat (limited to 'package/libXt/Makefile')
-rw-r--r--package/libXt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libXt/Makefile b/package/libXt/Makefile
index 2e8664483..61db0b88f 100644
--- a/package/libXt/Makefile
+++ b/package/libXt/Makefile
@@ -26,6 +26,7 @@ $(eval $(call PKG_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN
HOST_STYLE:= auto
AUTOTOOL_STYLE:= autoreconf
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
+CONFIGURE_ENV+= CFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
libxt-install: