dhcp: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-02 23:41:50 +01:00
parent 35dd9c7dbf
commit 3f4d1a1ea8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 0 deletions

View File

@ -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}" ];