From a0310c0858b0fa72dfa4ef56b16609312aa8464f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 13 Jul 2019 11:16:20 +0300 Subject: [PATCH] gmp: Force musl --- core/gmp/build | 3 ++- core/gmp/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/gmp/build b/core/gmp/build index 85f40f6b..9065e5f6 100755 --- a/core/gmp/build +++ b/core/gmp/build @@ -4,7 +4,8 @@ --prefix=/usr \ --localstatedir=/var/state/gmp \ --enable-cxx \ - --with-pic + --with-pic \ + --build=x86_64-pc-linux-musl make make DESTDIR="$1" install diff --git a/core/gmp/version b/core/gmp/version index 49f323b9..db366539 100644 --- a/core/gmp/version +++ b/core/gmp/version @@ -1 +1 @@ -6.1.2 1 +6.1.2 2