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:
@@ -1,8 +1,9 @@
|
|||||||
# Template file for 'zziplib'
|
# Template file for 'zziplib'
|
||||||
pkgname=zziplib
|
pkgname=zziplib
|
||||||
version=0.13.74
|
version=0.13.74
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DZZIP_LIBLATEST=ON"
|
||||||
hostmakedepends="pkg-config python3 tar zip"
|
hostmakedepends="pkg-config python3 tar zip"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Lightweight library to extract data from zip files"
|
short_desc="Lightweight library to extract data from zip files"
|
||||||
|
|||||||
Reference in New Issue
Block a user