From 4a4c222a093ee926f4240fb8ed3a5cd376d0dac6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 13 Jul 2019 11:37:24 +0300 Subject: [PATCH] gmp: Fix build. --- core/gmp/build | 6 ++++-- core/gmp/version | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/gmp/build b/core/gmp/build index 9065e5f6..5ad8abf3 100755 --- a/core/gmp/build +++ b/core/gmp/build @@ -1,11 +1,13 @@ #!/bin/sh -e +cp -v configfsf.guess config.guess +cp -v configfsf.sub config.sub + ./configure \ --prefix=/usr \ --localstatedir=/var/state/gmp \ --enable-cxx \ - --with-pic \ - --build=x86_64-pc-linux-musl + --with-pic make make DESTDIR="$1" install diff --git a/core/gmp/version b/core/gmp/version index db366539..f15cc431 100644 --- a/core/gmp/version +++ b/core/gmp/version @@ -1 +1 @@ -6.1.2 2 +6.1.2 3