libarchive: rebuild against libressl-2.1.2.
This commit is contained in:
parent
064b754e73
commit
101fec0df8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libarchive'
|
||||
pkgname=libarchive
|
||||
version=3.1.2
|
||||
revision=11
|
||||
revision=12
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||
|
@ -9,7 +9,7 @@ configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
|||
--without-xml2 --without-nettle --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 ssl libressl-devel)"
|
||||
$(vopt_if lzo lzo-devel) $(vopt_if ssl libressl-devel>=2.1.2)"
|
||||
short_desc="Library to read/write several different streaming archive formats"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.libarchive.org/"
|
||||
|
|
Loading…
Reference in New Issue