diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 01:08:52 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 01:08:52 +0000 |
commit | 192e96b572af8db35626098421ab4ef5b8d7fc32 (patch) | |
tree | 30d30384ccd1ceba9e0090dc8c37cd4a61f72351 /repo | |
parent | df6f4a00b6032b8a1c5f750190cccf5d41f16d8e (diff) |
made gmp more generic
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/gmp.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |