spidermonkey: Fix building 31.5 on GCC 5.

This commit is contained in:
Jookia 2016-07-03 21:34:14 +10:00 committed by Tuomas Tynkkynen
parent 6c4ba06597
commit cde9fb47a9

View file

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
preConfigure = ''
export CXXFLAGS="-fpermissive"
export LIBXUL_DIST=$out
'';