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:
Janneke Nieuwenhuizen 2025-01-05 17:01:04 +01:00 committed by Andreas Enge
parent 11cca1e6cf
commit 12b1a4e2d9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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