gmp: needs host m4 to build.

This commit is contained in:
Juan RP 2014-11-10 09:00:39 +01:00
parent 2f3770b315
commit 1673365a74
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ distfiles="http://mirror.anl.gov/pub/gnu/gmp/gmp-${version}a.tar.xz"
checksum=9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool"
hostmakedepends="m4 libtool"
pre_configure() {
libtoolize -f
}