mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk9: Fix build with gcc-14.
* gnu/packages/java.scm (openjdk9)[arguments]<#:phases>: Add -Wno-error=int-conversion to with-extra-cflags. [inputs]: Replace libelf with elfutils. Change-Id: Ic880d6b416cfd07e8e22e9037d8d8812645b3a80
This commit is contained in:
parent
eb0029e103
commit
ca2237bc54
1 changed files with 4 additions and 2 deletions
|
@ -959,7 +959,9 @@ new Date();"))
|
|||
;; Add flags for compilation with gcc >= 10
|
||||
,(string-append "--with-extra-cflags=-fcommon"
|
||||
" -fno-delete-null-pointer-checks"
|
||||
" -fno-lifetime-dse")
|
||||
" -fno-lifetime-dse"
|
||||
;; flags for compilation with gcc >= 14.
|
||||
" -Wno-error=int-conversion")
|
||||
(string-append "--with-freetype="
|
||||
(assoc-ref inputs "freetype"))
|
||||
"--disable-freetype-bundling"
|
||||
|
@ -1192,7 +1194,7 @@ new Date();"))
|
|||
freetype
|
||||
giflib
|
||||
lcms
|
||||
libelf
|
||||
elfutils
|
||||
libjpeg-turbo
|
||||
libice
|
||||
libpng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue