diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-12 07:51:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-12 07:51:56 +0000 |
commit | b809725eb185c00c14e34d8e4e9d5c4d30a5a985 (patch) | |
tree | a260bbe88816a7595ccdac5ffe2709ca41794084 /package/libs/gettext-full/Makefile | |
parent | f301086eca942852eae8e5007fca71d321021270 (diff) | |
download | upstream-b809725eb185c00c14e34d8e4e9d5c4d30a5a985.tar.gz upstream-b809725eb185c00c14e34d8e4e9d5c4d30a5a985.tar.bz2 upstream-b809725eb185c00c14e34d8e4e9d5c4d30a5a985.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>
SVN-Revision: 48208
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r-- | package/libs/gettext-full/Makefile | 2 |
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 |