spidermonkey_1_8_0rc1: disable format hardening
This commit is contained in:
parent
a3a2d52595
commit
4f6bd094fb
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
makefileExtra = ./Makefile.extra;
|
makefileExtra = ./Makefile.extra;
|
||||||
makefile = "Makefile.ref";
|
makefile = "Makefile.ref";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user