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:
parent
dcf44339af
commit
20986350fe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue