libarchive: rebuild against liblz4
This commit is contained in:
parent
b7b9752d8d
commit
4000441452
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libarchive'
|
||||
pkgname=libarchive
|
||||
version=3.3.2
|
||||
revision=4
|
||||
revision=5
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||
|
@ -10,7 +10,7 @@ configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
|||
--disable-rpath ac_cv_func_lchmod=no"
|
||||
makedepends="zlib-devel bzip2-devel liblzma-devel
|
||||
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel)
|
||||
$(vopt_if lzo lzo-devel) $(vopt_if lz4 lz4-devel) $(vopt_if ssl libressl-devel)"
|
||||
$(vopt_if lzo lzo-devel) $(vopt_if lz4 liblz4-devel) $(vopt_if ssl libressl-devel)"
|
||||
short_desc="Library to read/write several different streaming archive formats"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.libarchive.org/"
|
||||
|
|
Loading…
Reference in New Issue