mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
986e9025a5
commit
69b048bf62
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue