mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: orbit2: Fix build with gcc-14.
* gnu/packages/gnome.scm (orbit2): Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: I1c094a09f338335733197837e420211587aca833
This commit is contained in:
parent
7ba2188c45
commit
a8c8f8977b
1 changed files with 4 additions and 1 deletions
|
@ -3871,7 +3871,10 @@ (define-public orbit2
|
|||
;; The "timeout-server" test hangs when run in parallel.
|
||||
#:parallel-tests? #f
|
||||
#:configure-flags
|
||||
#~'(;; We don't need static libraries, plus they don't build reproducibly
|
||||
#~'(#$(string-append "CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-int"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
;; We don't need static libraries, plus they don't build reproducibly
|
||||
;; (non-deterministic ordering of .o files in the archive.)
|
||||
"--disable-static"
|
||||
|
||||
|
|
Loading…
Reference in a new issue