mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-17 04:23:50 +02:00
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
|
checksum=c7d943a6eceb4f0d3d3ab1176aec37853831cdfa281e012f8a344ba3ceefcbc2
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue