summaryrefslogtreecommitdiff
path: root/package/libXt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-17 15:03:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-17 15:03:22 +0200
commit37a200a4e88c1138c7d7a0c12cefab7a4d48285e (patch)
treec433e9f465dfdb07ddbec1dfad43840bd5d74114 /package/libXt/Makefile
parent6108a075474dbbea70e17643443b8d4d6b0f4df5 (diff)
now really fixed
Diffstat (limited to 'package/libXt/Makefile')
-rw-r--r--package/libXt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libXt/Makefile b/package/libXt/Makefile
index 122da4ab0..e3450deb3 100644
--- a/package/libXt/Makefile
+++ b/package/libXt/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libXt
PKG_VERSION:= 1.1.3
-PKG_RELEASE:= 4
+PKG_RELEASE:= 5
PKG_MD5SUM:= 7a80ed7aba06668b12ebd0910318a1f1
PKG_DESCR:= x toolkit intrinsics libraries
PKG_SECTION:= x11/libs
@@ -27,7 +27,7 @@ $(eval $(call PKG_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN
AUTOTOOL_STYLE:= autoreconf
HOST_STYLE:= auto
-CONFIGURE_ENV+= CFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)"
+CONFIGURE_ENV+= HOST_CFLAGS="$(HOST_CPPFLAGS) $(HOST_CFLAGS)"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
libxt-install: