gmp: fix cross build (needs libtool).

This commit is contained in:
Juan RP 2013-05-25 08:49:28 +02:00
parent 5580dee629
commit a3063ca24b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ distfiles="ftp://ftp.gmplib.org/pub/gmp-${version}/gmp-${version}.tar.xz"
checksum=c7d943a6eceb4f0d3d3ab1176aec37853831cdfa281e012f8a344ba3ceefcbc2 checksum=c7d943a6eceb4f0d3d3ab1176aec37853831cdfa281e012f8a344ba3ceefcbc2
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake" hostmakedepends="automake libtool"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }