gcc5: switch off hardening_format

This commit is contained in:
Robin Gloster 2016-01-25 23:50:36 +00:00
parent 729870467a
commit c0f673af32

View file

@ -216,6 +216,8 @@ stdenv.mkDerivation ({
sha256 = "1ny4smkp5bzs3cp8ss7pl6lk8yss0d9m4av1mvdp72r1x695akxq";
};
hardening_format = false;
inherit patches;
postPatch =