Skip to content

Commit

Permalink
gem-config.grpc: disable format hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Apr 25, 2018
1 parent 94f5e5a commit 7673593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/ruby-modules/gem-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ in
grpc = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ];
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=implicit-fallthrough" ];
};

Expand Down

0 comments on commit 7673593

Please sign in to comment.