From 20986350fe89ab413fc690bfc99eadacd0c13430 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 16 Mar 2024 23:46:08 -0700 Subject: [PATCH] zziplib: fix creation of libzzip.so In 0.13.74, this was moved behind the ZZIP_LIBLATEST variable, which is only set when compiling with Release build type (where we use None). --- srcpkgs/zziplib/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/zziplib/template b/srcpkgs/zziplib/template index 5b7fb59232c..8bf35f35604 100644 --- a/srcpkgs/zziplib/template +++ b/srcpkgs/zziplib/template @@ -1,8 +1,9 @@ # Template file for 'zziplib' pkgname=zziplib version=0.13.74 -revision=1 +revision=2 build_style=cmake +configure_args="-DZZIP_LIBLATEST=ON" hostmakedepends="pkg-config python3 tar zip" makedepends="zlib-devel" short_desc="Lightweight library to extract data from zip files"