libarchive: also depend on zlib/bzip2 for cross builds.
This commit is contained in:
parent
50e2d537dc
commit
96bda04672
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
subpackages="bsdtar bsdcpio $pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-xml2 --without-nettle"
|
||||
makedepends="acl-devel openssl-devel liblzma-devel expat-devel"
|
||||
makedepends="zlib-devel bzip2-devel acl-devel openssl-devel liblzma-devel expat-devel"
|
||||
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 a new issue