diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-08-15 11:27:11 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-08-15 11:27:11 +0000 |
commit | 7aa7a4b06bebf1f0c7e227aacf7428272be6c44a (patch) | |
tree | 3e1740531bbfbfcbcd58407ff211f3a67fe87bdf /tools | |
parent | c7d8377931c70410b253b75948979d5f8e2266d4 (diff) | |
download | mtk-20170518-7aa7a4b06bebf1f0c7e227aacf7428272be6c44a.zip mtk-20170518-7aa7a4b06bebf1f0c7e227aacf7428272be6c44a.tar.gz mtk-20170518-7aa7a4b06bebf1f0c7e227aacf7428272be6c44a.tar.bz2 |
tools: xz: update to version 5.2.1
This adds support for symbol versioning which is needed on
CentOs/RedHat 7 to fix #20134.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46603
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile index f80d896..e266667 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.0.5 +PKG_VERSION:=5.2.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://tukaani.org/xz -PKG_MD5SUM:=db44efe0d53ac4317627624b98c63da0 +PKG_MD5SUM:=d484910b26fec5aff99ee66350589e29 HOST_BUILD_PARALLEL:=1 |