mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: classpath-bootstrap: Fix build with gcc-14.
* gnu/packages/java-bootstrap.scm (classpath-bootstrap)[arguments] <#:configure-flags>: Add CFLAGS. Change-Id: Icdec1e39dbbaba5e91c5ac5767f30ee1205043eb
This commit is contained in:
parent
409784ab27
commit
2a8aa84846
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ (define classpath-bootstrap
|
|||
`(#:configure-flags
|
||||
(list (string-append "JAVAC="
|
||||
(search-input-file %build-inputs "/bin/jikes"))
|
||||
"CFLAGS=-g -O2 -Wno-error=implicit-function-declaration"
|
||||
"--disable-Werror"
|
||||
"--disable-gmp"
|
||||
"--disable-gtk-peer"
|
||||
|
|
Loading…
Reference in a new issue