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
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="automake libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue