mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: icedtea-8: Fix build with gcc-14.
* gnu/packages/java.scm (icedtea-8)[arguments]: Extend CFLAGS to relax gcc-14's strictness. Change-Id: Ia7a53bfd1649c54505d7d2d033f9e984c531da90
This commit is contained in:
committed by
Andreas Enge
parent
cd352d551e
commit
efb3675fd3
@@ -744,7 +744,11 @@ IcedTea build harness.")
|
||||
(srfi srfi-26)))
|
||||
((#:configure-flags flags)
|
||||
`(let ((jdk (assoc-ref %build-inputs "jdk")))
|
||||
`("CFLAGS=-fcommon"
|
||||
`(,(string-append "CFLAGS=-fcommon"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=implicit-int"
|
||||
" -Wno-error=incompatible-pointer-types"
|
||||
" -Wno-error=int-conversion")
|
||||
"CXXFLAGS=-fcommon"
|
||||
"--enable-bootstrap"
|
||||
"--enable-nss"
|
||||
|
||||
Reference in New Issue
Block a user