libressl: unbreak cross compilation.

This commit is contained in:
Juan RP 2015-03-23 12:34:04 +01:00
parent 4990a1805d
commit a8549d6fb4

View File

@ -20,9 +20,9 @@ if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool"
hostmakedepends="automake libtool"
pre_configure() {
libtoolize -f
autoreconf -fi
}
fi