From c451ecfbd95a53d963b1201eba6f7f959c0d8b20 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Apr 2013 01:40:22 +0200 Subject: [PATCH] libarchive: fix cross build (needs libtool). --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 32937f3b165..e33c03e0fd9 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -14,7 +14,7 @@ distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz" checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e if [ "$XBPS_CROSS_BUILD" ]; then - hostmakedepends="automake" + hostmakedepends="libtool automake" pre_configure() { ./build/autogen.sh }