From 2ab5ebb27f97ec769eae607bf4182b66a16d41d4 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 13 Jul 2019 16:16:44 +0700 Subject: [PATCH] gmp: add enable-fat --- core/gmp/build | 1 + core/gmp/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/gmp/build b/core/gmp/build index 56c73e43..33a70581 100755 --- a/core/gmp/build +++ b/core/gmp/build @@ -8,6 +8,7 @@ cp -v configfsf.sub config.sub --localstatedir=/var/state/gmp \ --build="$(gcc -dumpmachine)" \ --enable-cxx \ + --enable-fat \ --with-pic make diff --git a/core/gmp/version b/core/gmp/version index f15cc431..a660a1ad 100644 --- a/core/gmp/version +++ b/core/gmp/version @@ -1 +1 @@ -6.1.2 3 +6.1.2 4