mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
lzo: Update to 2.10
- Update lzo from 2.09 to 2.10 - Update rootfile - Changelog Changes in 2.10 (01 Mar 2017) * Improve CMake build support. * Add support for pkg-config. * Do not redefine "snprintf" so that the examples build with MSVC 2015. * Assorted cleanups. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
d154063e96
commit
614e2c8518
@@ -16,6 +16,7 @@
|
||||
usr/lib/liblzo2.so
|
||||
usr/lib/liblzo2.so.2
|
||||
usr/lib/liblzo2.so.2.0.0
|
||||
#usr/lib/pkgconfig/lzo2.pc
|
||||
#usr/share/doc/lzo-2.09
|
||||
#usr/share/doc/lzo-2.09/AUTHORS
|
||||
#usr/share/doc/lzo-2.09/COPYING
|
||||
|
||||
4
lfs/lzo
4
lfs/lzo
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.09
|
||||
VER = 2.10
|
||||
|
||||
THISAPP = lzo-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = c7ffc9a103afe2d1bba0b015e7aa887f
|
||||
$(DL_FILE)_MD5 = 39d3f3f9c55c87b1e5d6888e1420f4b5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user