wordnet: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:28:41 +00:00
parent 548d670f94
commit d13d46fea0

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation {
buildInputs = [tcl tk xlibsWrapper makeWrapper];
hardening_format = false;
patchPhase = ''
sed "13i#define USE_INTERP_RESULT 1" -i src/stubs.c
'';