dsniff: fix build with gcc15 (#497331)

This commit is contained in:
Fabian Affolter
2026-03-06 20:53:50 +00:00
committed by GitHub
+1
View File
@@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
];
NIX_CFLAGS_COMPILE = toString [
"-I${libtirpc.dev}/include/tirpc"
"-std=gnu17"
];
};
postPatch = ''