rhino: disable format/fortify hardening

This commit is contained in:
Robin Gloster
2016-08-29 09:08:03 +00:00
parent b0b2a94751
commit f3c994ca11

View File

@@ -20,6 +20,8 @@ stdenv.mkDerivation {
patches = [ ./gcj-type-mismatch.patch ];
hardeningDisable = [ "fortify" "format" ];
preConfigure =
''
find -name \*.jar -or -name \*.class -exec rm -v {} \;