libarchive: fix cross build (needs libtool).
This commit is contained in:
parent
fd63143cd7
commit
c451ecfbd9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue