db44, db47: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 01:26:35 +00:00
parent e046d4fcea
commit 3fb8ce5aae
2 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,5 @@ import ./generic.nix (args // rec {
extraPatches = [ ./cygwin-4.4.patch ];
sha256 = "0y9vsq8dkarx1mhhip1vaciz6imbbyv37c1dm8b20l7p064bg2i9";
branch = "4.4";
drvArgs = { hardening_format = false; };
})

View File

@ -4,4 +4,5 @@ import ./generic.nix (args // rec {
version = "4.7.25";
sha256 = "0gi667v9cw22c03hddd6xd6374l0pczsd56b7pba25c9sdnxjkzi";
branch = "4.7";
drvArgs = { hardening_format = false; };
})