mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: freeipmi: Fix build with gcc-14.
* gnu/packages/freeipmi.scm (freeipmi)[arguments]: Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: Ie22de7f0a344bbc709878be3175fdd07cfde92bc
This commit is contained in:
parent
11cca1e6cf
commit
12b1a4e2d9
1 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,10 @@
|
|||
'("config.guess" "config.sub"))))))
|
||||
'())
|
||||
(list #:configure-flags
|
||||
#~'("CFLAGS=-g -O2 -Wno-error=implicit-function-declaration"
|
||||
#~'(#$(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
"--disable-static"
|
||||
#$@(if (%current-target-system)
|
||||
;; We cannot check for these devices
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue