spidermonkey_1_8_0rc1: disable format hardening
This commit is contained in:
@@ -13,9 +13,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
makefileExtra = ./Makefile.extra;
|
||||
makefile = "Makefile.ref";
|
||||
|
||||
|
||||
patchPhase =
|
||||
''
|
||||
cat ${makefileExtra} >> ${makefile}
|
||||
|
||||
Reference in New Issue
Block a user