dhcp: fix build with gcc9
This commit is contained in:
parent
35dd9c7dbf
commit
3f4d1a1ea8
|
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
|||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-error=pointer-compare"
|
||||
"-Wno-error=format-truncation"
|
||||
"-Wno-error=stringop-truncation"
|
||||
"-Wno-error=format-overflow"
|
||||
];
|
||||
|
||||
installFlags = [ "DESTDIR=\${out}" ];
|
||||
|
|
Loading…
Reference in New Issue