3
0
Fork 0
forked from mirrors/nixpkgs

libreswan: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:32:09 +01:00
parent e8a0029dbf
commit bd1ea14e44
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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 ];