mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
spidermonkey_1_8_0rc1: disable format hardening
This commit is contained in:
parent
a3a2d52595
commit
4f6bd094fb
@ -13,9 +13,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
makefileExtra = ./Makefile.extra;
|
||||
makefile = "Makefile.ref";
|
||||
|
||||
|
||||
patchPhase =
|
||||
''
|
||||
cat ${makefileExtra} >> ${makefile}
|
||||
|
Loading…
Reference in New Issue
Block a user