diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 16:23:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 16:23:02 +0200 |
commit | 84b146dc54a680a03d28afd7e0137a6ec69a510e (patch) | |
tree | 4ffc9e0ce5216ca62bd274850ee13d715e8a8c8b /package/libXt | |
parent | 37a200a4e88c1138c7d7a0c12cefab7a4d48285e (diff) |
update to latest stable version
Diffstat (limited to 'package/libXt')
-rw-r--r-- | package/libXt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libXt/Makefile b/package/libXt/Makefile index e3450deb3..7b48f5129 100644 --- a/package/libXt/Makefile +++ b/package/libXt/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libXt -PKG_VERSION:= 1.1.3 -PKG_RELEASE:= 5 -PKG_MD5SUM:= 7a80ed7aba06668b12ebd0910318a1f1 +PKG_VERSION:= 1.1.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 8b2639042ae28df4022b548d8154fdfb PKG_DESCR:= x toolkit intrinsics libraries PKG_SECTION:= x11/libs PKG_DEPENDS:= libsm libice libuuid libx11 libxau libxdmcp libxcb @@ -27,7 +27,7 @@ $(eval $(call PKG_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN AUTOTOOL_STYLE:= autoreconf HOST_STYLE:= auto -CONFIGURE_ENV+= HOST_CFLAGS="$(HOST_CPPFLAGS) $(HOST_CFLAGS)" +CONFIGURE_ENV+= CFLAGS_FOR_BUILD="$(HOST_CPPFLAGS) $(HOST_CFLAGS)" CONFIGURE_ARGS+= --disable-malloc0returnsnull libxt-install: |