mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +02:00
gnu: guile-static: Disable JIT on GNU/Hurd.
* gnu/packages/make-bootstrap.scm (make-guile-static): Pass "--disable-jit" when targeting GNU/Hurd.
This commit is contained in:
@@ -699,8 +699,10 @@ 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"
|
||||
"--enable-mini-gmp"))
|
||||
`(list "LDFLAGS=-ldl" "--enable-mini-gmp"
|
||||
,@(if (hurd-target?)
|
||||
'("--disable-jit")
|
||||
'())))
|
||||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user