libreswan: fix build with gcc9
This commit is contained in:
parent
e8a0029dbf
commit
bd1ea14e44
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user