mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libarchive: typo fix in the ssl option.
This commit is contained in:
parent
9515273fc5
commit
513fbb16e1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libarchive'
|
# Template file for 'libarchive'
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
revision=10
|
revision=11
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
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"
|
--without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no"
|
||||||
makedepends="zlib-devel bzip2-devel liblzma-devel
|
makedepends="zlib-devel bzip2-devel liblzma-devel
|
||||||
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel)
|
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel)
|
||||||
$(vopt_if lzo lzo-devel) $(vopt_if openssl libressl-devel)"
|
$(vopt_if lzo lzo-devel) $(vopt_if ssl libressl-devel)"
|
||||||
short_desc="Library to read/write several different streaming archive formats"
|
short_desc="Library to read/write several different streaming archive formats"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.libarchive.org/"
|
homepage="http://www.libarchive.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue