From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] xz: update to 5.2.2 Date: Tue, 23 Feb 2016 09:37:28 +0100 Message-ID: <1456216648-9541-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4564501824785379706==" List-Id: --===============4564501824785379706== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update xz to last version from Linux from Scratch. Signed-off-by: Marcel Lorenz --- config/rootfiles/common/xz | 2 +- lfs/xz | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz index b4053d9..8b71758 100644 --- a/config/rootfiles/common/xz +++ b/config/rootfiles/common/xz @@ -41,7 +41,7 @@ usr/bin/xzmore #usr/lib/liblzma.la usr/lib/liblzma.so usr/lib/liblzma.so.5 -usr/lib/liblzma.so.5.2.1 +usr/lib/liblzma.so.5.2.2 #usr/lib/pkgconfig/liblzma.pc #usr/share/doc/xz #usr/share/doc/xz/AUTHORS diff --git a/lfs/xz b/lfs/xz index c1d3ef7..c09cb34 100644 --- a/lfs/xz +++ b/lfs/xz @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.2.1 +VER =3D 5.2.2 =20 THISAPP =3D xz-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b5e2dd95dc8498cea5354377ed89aa65 +$(DL_FILE)_MD5 =3D e26772b69940085c0632589ab1d52e64 =20 install : $(TARGET) =20 @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e '/mf\.buffer =3D NULL/a next->coder->mf.size =3D 0;= ' -i src/liblzma/lz/lz_encoder.c cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 1.9.1 --===============4564501824785379706==--