spidermonkey_1_8_0rc1: disable pic hardening on i686

This commit is contained in:
Franz Pletz 2016-08-25 04:55:05 +02:00
parent 6324e8ef15
commit 113fbe910e

View file

@ -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";