libreswan: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-03 14:43:35 +01:00
parent e8a0029dbf
commit bd1ea14e44
@@ -30,6 +30,7 @@ stdenv.mkDerivation {
"-Wno-error=implicit-fallthrough" "-Wno-error=implicit-fallthrough"
"-Wno-error=format-truncation" "-Wno-error=format-truncation"
"-Wno-error=pointer-compare" "-Wno-error=pointer-compare"
"-Wno-error=stringop-truncation"
]; ];
nativeBuildInputs = [ makeWrapper pkgconfig ]; nativeBuildInputs = [ makeWrapper pkgconfig ];