gmp: needs host m4 to build.
This commit is contained in:
parent
2f3770b315
commit
1673365a74
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue