forked from mirrors/nixpkgs
gem-config.grpc: disable format hardening
This commit is contained in:
parent
94f5e5ad14
commit
7673593c85
|
@ -145,6 +145,7 @@ in
|
|||
grpc = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ openssl ];
|
||||
hardeningDisable = [ "format" ];
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=implicit-fallthrough" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue