mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
dsniff: fix build with gcc15
This commit is contained in:
parent
9fa9f1faf7
commit
e50a46604e
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
NIX_CFLAGS_COMPILE = toString [
|
||||
"-I${libtirpc.dev}/include/tirpc"
|
||||
"-std=gnu17"
|
||||
];
|
||||
};
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue