Skip to content

Commit

Permalink
freeipmi: fix build with GCC14 (NixOS#367923)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 25, 2024
2 parents 8e9dd8f + 00a8abb commit 454a12d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/fr/freeipmi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 454a12d

Please sign in to comment.