gmp: fix cross build (needs libtool).
This commit is contained in:
parent
5580dee629
commit
a3063ca24b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ distfiles="ftp://ftp.gmplib.org/pub/gmp-${version}/gmp-${version}.tar.xz"
|
|||
checksum=c7d943a6eceb4f0d3d3ab1176aec37853831cdfa281e012f8a344ba3ceefcbc2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="automake"
|
||||
hostmakedepends="automake libtool"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue