spidermonkey_1_8_0rc1: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-03 20:24:53 +00:00
parent a3a2d52595
commit 4f6bd094fb

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
postUnpack = "sourceRoot=\${sourceRoot}/src";
hardeningDisable = [ "format" ];
makefileExtra = ./Makefile.extra;
makefile = "Makefile.ref";