Waldemar Brodkorb 2 лет назад
Родитель
Сommit
3c04c63ef9
2 измененных файлов с 9 добавлено и 9 удалено
  1. 2 2
      package/lzip/Makefile
  2. 7 7
      package/lzip/patches/patch-configure

+ 2 - 2
package/lzip/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		lzip
-PKG_VERSION:=		1.21
+PKG_VERSION:=		1.24
 PKG_RELEASE:=		1
-PKG_HASH:=		e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
+PKG_HASH:=		d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c
 PKG_DESCR:=		compression utility
 PKG_SECTION:=		app/archive
 PKG_NEEDS:=		c++

+ 7 - 7
package/lzip/patches/patch-configure

@@ -1,9 +1,9 @@
---- lzip-1.17.orig/configure	2015-07-09 18:58:33.000000000 +0200
-+++ lzip-1.17/configure	2016-09-24 13:07:38.493476268 +0200
-@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
- datarootdir='$(prefix)/share'
- infodir='$(datarootdir)/info'
- mandir='$(datarootdir)/man'
+--- lzip-1.24.orig/configure	2024-01-26 14:01:44.000000000 +0100
++++ lzip-1.24/configure	2024-02-12 07:10:37.674941547 +0100
+@@ -23,10 +23,10 @@ mandir='$(datarootdir)/man'
+ build=no
+ check=no
+ installdir=
 -CXX=g++
 -CPPFLAGS=
 -CXXFLAGS='-Wall -W -O2'
@@ -12,6 +12,6 @@
 +CPPFLAGS?=
 +CXXFLAGS?='-Wall -W -O2'
 +LDFLAGS?=
+ MAKEINFO=makeinfo
  
  # checking whether we are using GNU C++.
- ${CXX} --version > /dev/null 2>&1