libarchive: fix cross build (needs libtool).

This commit is contained in:
Juan RP 2013-04-07 01:40:22 +02:00
parent fd63143cd7
commit c451ecfbd9
1 changed files with 1 additions and 1 deletions

View File

@ -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
}