[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: guile-static: Fix build without GMP.
From: |
guix-commits |
Subject: |
03/03: gnu: guile-static: Fix build without GMP. |
Date: |
Sat, 22 May 2021 11:31:54 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 69b048bf6202771ce1e0eb54f88f6b1c3433d616
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 19 00:48:01 2021 +0200
gnu: guile-static: Fix build without GMP.
* gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Add
"--enable-mini-gmp" to #:configure-flags.
---
gnu/packages/make-bootstrap.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 73e7887..2cf7881 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -702,7 +702,8 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
;; When `configure' checks for ltdl availability, it
;; doesn't try to link using libtool, and thus fails
;; because of a missing -ldl. Work around that.
- ''("LDFLAGS=-ldl"))
+ ''("LDFLAGS=-ldl"
+ "--enable-mini-gmp"))
((#:phases phases '%standard-phases)
`(modify-phases ,phases