freeipmi: fix build with GCC14
fixes #367702 Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Reno Dakota <paparodeo@proton.me>
This commit is contained in:
@@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
|
||||
"ac_cv_file__dev_random=true"
|
||||
];
|
||||
|
||||
# Fix GCC 14 build.
|
||||
# https://savannah.gnu.org/bugs/?65203
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user