diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2020-04-05 20:44:02 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-04-09 22:09:13 +0200 |
commit | d158b26c1e38bfc6adb102f8c593d1fa4fa051c0 (patch) | |
tree | 33913ac21ad9d2b911da695705d357d377d33268 /tools | |
parent | 169afa9fe4f53ad69068314480a34afd0ee6b948 (diff) | |
download | upstream-d158b26c1e38bfc6adb102f8c593d1fa4fa051c0.tar.gz upstream-d158b26c1e38bfc6adb102f8c593d1fa4fa051c0.tar.bz2 upstream-d158b26c1e38bfc6adb102f8c593d1fa4fa051c0.zip |
tools/xz: Update to 5.2.5
Update xz to 5.2.5
Disable NLS support to be consistent with other tools such as bison, e2fsprogs
and sed.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile index 21029a74aa..4b13f727da 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.2.4 +PKG_VERSION:=5.2.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/lzmautils \ http://tukaani.org/xz -PKG_HASH:=3313fd2a95f43d88e44264e6b015e7d03053e681860b0d5d3f9baca79c57b7bf +PKG_HASH:=5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df PKG_CPE_ID:=cpe:/a:tukaani:xz HOST_BUILD_PARALLEL:=1 @@ -26,6 +26,7 @@ HOST_CONFIGURE_ARGS += \ --enable-static=yes \ --enable-shared=no \ --disable-doc \ + --disable-nls \ --with-pic define Host/Install |