From 96bda04672d04f74eafccdfac6b5eb1a786f4d55 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Apr 2013 01:48:53 +0200 Subject: [PATCH] libarchive: also depend on zlib/bzip2 for cross builds. --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index e33c03e0fd9..930987ec2b1 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -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 " homepage="http://www.libarchive.org/"