dsniff: fix build with gcc15 (#497331)
This commit is contained in:
@@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = toString [
|
||||
"-I${libtirpc.dev}/include/tirpc"
|
||||
"-std=gnu17"
|
||||
];
|
||||
};
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user