diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 07:21:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 07:23:32 +0100 |
commit | 3c04c63ef9e25107819ba2cceb112c82c2874aa8 (patch) | |
tree | 392d5c7e6040459b5cd74965e9f62e1f5f0b718f /package/lzip | |
parent | 43f19225afc45b100db83192d2bb6ea951022984 (diff) |
lzip: update to 1.24
Diffstat (limited to 'package/lzip')
-rw-r--r-- | package/lzip/Makefile | 4 | ||||
-rw-r--r-- | package/lzip/patches/patch-configure | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package/lzip/Makefile b/package/lzip/Makefile index 564e8ee55..90fa5dbab 100644 --- a/package/lzip/Makefile +++ b/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++ diff --git a/package/lzip/patches/patch-configure b/package/lzip/patches/patch-configure index 3ac80460f..f7e067a0e 100644 --- a/package/lzip/patches/patch-configure +++ b/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 |