X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibs%2Fgettext-full%2FMakefile;h=e525d3002ce02676459996c978aca007bfe28e40;hp=ca521b4c52d23b2f19acd74d49d506d7373a1134;hb=f9ca1c25c4d795bd2ef24e0d9113059a8c390dd0;hpb=f5d4d74e4a9129002f6ae79abb177a4a9ccf459d diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index ca521b4c52..e525d3002c 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,16 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext-full -PKG_VERSION:=0.18.2.1 -PKG_RELEASE:=1 +PKG_VERSION:=0.19.6 +PKG_RELEASE:=2 -PKG_SOURCE:=gettext-$(PKG_VERSION).tar.gz +PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gettext -PKG_MD5SUM:=034c8103b14654ebd300fadac44d6f14 +PKG_MD5SUM:=69d79254ee3b41df23f41c2f4fd720d9 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) PKG_MAINTAINER:=Jo-Philipp Wich +PKG_LICENSE:=GPL-3.0+ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -36,7 +37,7 @@ endef TARGET_CFLAGS += $(FPIC) ifneq ($(HOST_OS),Linux) - TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include + TARGET_CFLAGS += -I$(STAGING_DIR)/host/include endif ifdef CONFIG_USE_MUSL TARGET_CFLAGS += -D__UCLIBC__ @@ -50,6 +51,7 @@ CONFIGURE_ARGS += \ --disable-java \ --disable-native-java \ --disable-openmp \ + --disable-curses \ --with-included-gettext \ --without-libintl-prefix \ --without-libexpat-prefix \