aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/gettext-full/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-12 07:51:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-01-12 07:51:56 +0000
commit15e0d9b0284e53d6ba0fe1a4d2916862ddc7396a (patch)
treeca9fac335abb465360e14ee10899411d9d1aacc9 /package/libs/gettext-full/Makefile
parentaeb4bce2f6c2d71074f8d54faa64dd8563949562 (diff)
downloadmaster-187ad058-15e0d9b0284e53d6ba0fe1a4d2916862ddc7396a.tar.gz
master-187ad058-15e0d9b0284e53d6ba0fe1a4d2916862ddc7396a.tar.bz2
master-187ad058-15e0d9b0284e53d6ba0fe1a4d2916862ddc7396a.zip
gettext-full: make autopoint and gettextize reloctable
The autopoint and gettextize host utilities contain hardcoded staging dir paths which need to be overridden for the SDK environment. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r--package/libs/gettext-full/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 3e5e40459f..2e1cba4da4 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gettext-full
PKG_VERSION:=0.19.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gettext