libressl: unbreak cross compilation.
This commit is contained in:
parent
4990a1805d
commit
a8549d6fb4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue