spidermonkey: Add support for grsecurity
This commit is contained in:
parent
efe6a35a08
commit
05cb467854
|
@ -28,7 +28,13 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
preCheck = "rm jit-test/tests/sunspider/check-date-format-tofte.js"; # https://bugzil.la/600522
|
|
||||||
|
preCheck = ''
|
||||||
|
rm jit-test/tests/sunspider/check-date-format-tofte.js # https://bugzil.la/600522
|
||||||
|
|
||||||
|
paxmark mr shell/js
|
||||||
|
paxmark mr jsapi-tests/jsapi-tests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Mozilla's JavaScript engine written in C/C++";
|
description = "Mozilla's JavaScript engine written in C/C++";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user