spidermonkey: Fix building 31.5 on GCC 5.
This commit is contained in:
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
|
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
export CXXFLAGS="-fpermissive"
|
||||||
export LIBXUL_DIST=$out
|
export LIBXUL_DIST=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user