rhino: disable format/fortify hardening
This commit is contained in:
parent
b0b2a94751
commit
f3c994ca11
|
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
|||
|
||||
patches = [ ./gcj-type-mismatch.patch ];
|
||||
|
||||
hardeningDisable = [ "fortify" "format" ];
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
find -name \*.jar -or -name \*.class -exec rm -v {} \;
|
||||
|
|
Loading…
Reference in New Issue