libarchive: fix cross build (needs libtool).
This commit is contained in:
@@ -14,7 +14,7 @@ distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
|
|||||||
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
||||||
|
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||||
hostmakedepends="automake"
|
hostmakedepends="libtool automake"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./build/autogen.sh
|
./build/autogen.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user