From 192e96b572af8db35626098421ab4ef5b8d7fc32 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 01:08:52 +0000 Subject: made gmp more generic --- repo/core/gmp.xibuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo/core/gmp.xibuild b/repo/core/gmp.xibuild index c1b7b2b..f73ba8a 100644 --- a/repo/core/gmp.xibuild +++ b/repo/core/gmp.xibuild @@ -6,6 +6,8 @@ SOURCE=https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz DESC="a collection of mathematical libraries" build () { + cp -v configfsf.guess config.guess + cp -v configfsf.sub config.sub ./configure --prefix=/usr --enable-cxx --disable-static --docdir=/usr/share/doc/gmp -- cgit v1.2.1