forked from mirrors/nixpkgs
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…
Reference in a new issue