mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
spidermonkey_1_8_0rc1: disable pic hardening on i686
This commit is contained in:
parent
6324e8ef15
commit
113fbe910e
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = [ "format" ] ++ stdenv.lib.optional stdenv.isi686 "pic";
|
||||
|
||||
makefileExtra = ./Makefile.extra;
|
||||
makefile = "Makefile.ref";
|
||||
|
Loading…
Reference in New Issue
Block a user