dhcp: fix build with gcc10
This commit is contained in:
parent
2fba99c47c
commit
5a25e3e7e9
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||
"-Wno-error=format-truncation"
|
||||
"-Wno-error=stringop-truncation"
|
||||
"-Wno-error=format-overflow"
|
||||
"-Wno-error=stringop-overflow=8"
|
||||
];
|
||||
|
||||
installFlags = [ "DESTDIR=\${out}" ];
|
||||
|
|
Loading…
Reference in a new issue