From f14b3705deca7f9f2ed1e3f7dbb5d5d7ff0ba9d1 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Wed, 12 Oct 2016 16:14:45 +0200 Subject: gettext-full: update to 0.19.8.1 - unify configs of host/target - disable stuff to decrease build time - disable interactive gettextize: see http://lists.busybox.net/pipermail/buildroot/2014-April/093394.html Signed-off-by: Dirk Neukirchen --- package/libs/gettext-full/Makefile | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'package/libs/gettext-full/Makefile') diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index abe311fe69..eb4236b774 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext-full -PKG_VERSION:=0.19.6 -PKG_RELEASE:=3 +PKG_VERSION:=0.19.8.1 +PKG_RELEASE:=1 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gettext -PKG_MD5SUM:=69d79254ee3b41df23f41c2f4fd720d9 +PKG_MD5SUM:=df3f5690eaa30fd228537b00cb7b7590 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) @@ -46,6 +46,7 @@ endif CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ + --disable-libasprintf \ --disable-rpath \ --enable-nls \ --disable-java \ @@ -58,7 +59,14 @@ CONFIGURE_ARGS += \ --without-emacs HOST_CONFIGURE_ARGS += \ - --with-included-libxml --without-libxml2-prefix --with-included-libcroco + --disable-libasprintf \ + --disable-rpath \ + --disable-java \ + --disable-native-java \ + --disable-openmp \ + --without-emacs \ + --without-libxml2-prefix + HOST_CONFIGURE_VARS += \ EMACS="no" @@ -72,6 +80,8 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/share/aclocal $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/aclocal/* $(1)/usr/share/aclocal/ + + $(SED) '/read dummy/d' $(STAGING_DIR)/host/bin/gettextize endef define Package/libintl-full/install -- cgit v1.2.3