mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
xz: Update to 5.2.3
For details see: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9064ba72fe
commit
a809d7fa68
@@ -41,7 +41,7 @@ usr/bin/xzmore
|
|||||||
#usr/lib/liblzma.la
|
#usr/lib/liblzma.la
|
||||||
usr/lib/liblzma.so
|
usr/lib/liblzma.so
|
||||||
usr/lib/liblzma.so.5
|
usr/lib/liblzma.so.5
|
||||||
usr/lib/liblzma.so.5.2.2
|
usr/lib/liblzma.so.5.2.3
|
||||||
#usr/lib/pkgconfig/liblzma.pc
|
#usr/lib/pkgconfig/liblzma.pc
|
||||||
#usr/share/doc/xz
|
#usr/share/doc/xz
|
||||||
#usr/share/doc/xz/AUTHORS
|
#usr/share/doc/xz/AUTHORS
|
||||||
|
|||||||
7
lfs/xz
7
lfs/xz
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# it under the terms of the GNU General Public License as published by #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 5.2.2
|
VER = 5.2.3
|
||||||
|
|
||||||
THISAPP = xz-$(VER)
|
THISAPP = xz-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.xz
|
DL_FILE = $(THISAPP).tar.xz
|
||||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = e26772b69940085c0632589ab1d52e64
|
$(DL_FILE)_MD5 = 60fb79cab777e3f71ca43d298adacbd5
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' -i src/liblzma/lz/lz_encoder.c
|
|
||||||
cd $(DIR_APP) && ./configure --prefix=$(PREFIX)
|
cd $(DIR_APP) && ./configure --prefix=$(PREFIX)
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user