gnu: guile-static: Fix build without GMP.

* gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Add
"--enable-mini-gmp" to #:configure-flags.
This commit is contained in:
Marius Bakke 2021-05-19 00:48:01 +02:00
parent 986e9025a5
commit 69b048bf62
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -702,7 +702,8 @@ (define* (make-guile-static guile patches)
;; 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