From 16814a3cdae7d09523d6cdbb20125d58f1a77253 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 17 Jan 2019 12:02:14 -0300 Subject: [PATCH] recipes: libs/lzlib: upgraded to version 1.11 --- recipes/libs/lzlib/recipe | 10 +++++++--- sources/SOURCELIST.txt | 2 +- sources/lzlib-1.10.tar.lz.sha256 | 1 - sources/lzlib-1.11.tar.lz.sha256 | 1 + 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 sources/lzlib-1.10.tar.lz.sha256 create mode 100644 sources/lzlib-1.11.tar.lz.sha256 diff --git a/recipes/libs/lzlib/recipe b/recipes/libs/lzlib/recipe index 59333928..84b476d2 100644 --- a/recipes/libs/lzlib/recipe +++ b/recipes/libs/lzlib/recipe @@ -1,6 +1,6 @@ # Build recipe for lzlib. # -# Copyright (c) 2017-2018 Matias Fonzo, . +# Copyright (c) 2017-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=lzlib -version=1.10 +version=1.11 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -55,7 +55,8 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ + ./configure CFLAGS="$QICFLAGS -Wall -W" \ + LDFLAGS="$QILDFLAGS" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ --infodir=$infodir \ @@ -65,6 +66,9 @@ build() make -j${jobs} make -j${jobs} DESTDIR="$destdir" install + # To install minilzip + make -j${jobs} DESTDIR="$destdir" install-bin + # Compress info documents rm -f "${destdir}/${infodir}/dir"; # Redundancy diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 6f6fc356..442dde04 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -65,7 +65,7 @@ http://download.savannah.gnu.org/releases/attr/attr-2.4.48.tar.gz http://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.bz2 http://download.savannah.gnu.org/releases/lzip/clzip/clzip-1.10.tar.gz http://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-1.21-pre1.tar.lz -http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.10.tar.lz +http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.11.tar.lz http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.7.tar.lz http://download.savannah.gnu.org/releases/moe/moe-1.10.tar.lz http://download.savannah.gnu.org/releases/zutils/zutils-1.8.tar.lz diff --git a/sources/lzlib-1.10.tar.lz.sha256 b/sources/lzlib-1.10.tar.lz.sha256 deleted file mode 100644 index 69a159d2..00000000 --- a/sources/lzlib-1.10.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -cc1e89b62886f683bb9f1a9bc1383b0d95df5c849d8fc755aff10105268bf6d0 lzlib-1.10.tar.lz diff --git a/sources/lzlib-1.11.tar.lz.sha256 b/sources/lzlib-1.11.tar.lz.sha256 new file mode 100644 index 00000000..daf369fc --- /dev/null +++ b/sources/lzlib-1.11.tar.lz.sha256 @@ -0,0 +1 @@ +f0e878f0d8ffe3a81f2009d05fc27152760341e19c38290b618ef923320e2a3b lzlib-1.11.tar.lz -- 2.11.4.GIT