Skip to content

Commit

Permalink
netperf: gcc-14 fixes (#361922)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Dec 9, 2024
2 parents 5ebe22f + e92f64c commit 9ce6179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ne/netperf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation {
autoreconfPhase = ''
autoreconf -i -I src/missing/m4
'';
configureFlags = [ "--enable-demo" ];
configureFlags = [ "--enable-demo" "CFLAGS=-D_GNU_SOURCE" ];
enableParallelBuilding = true;

meta = {
Expand Down

0 comments on commit 9ce6179

Please sign in to comment.