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