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).
This commit is contained in:
oreo639 2024-03-16 23:46:08 -07:00
parent dcf44339af
commit 20986350fe
1 changed files with 2 additions and 1 deletions

View File

@ -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"