libreswan: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-03 13:32:09 +01:00
parent e8a0029dbf
commit bd1ea14e44

View File

@@ -30,6 +30,7 @@ stdenv.mkDerivation {
"-Wno-error=implicit-fallthrough"
"-Wno-error=format-truncation"
"-Wno-error=pointer-compare"
"-Wno-error=stringop-truncation"
];
nativeBuildInputs = [ makeWrapper pkgconfig ];