wordnet: turn off format hardening
This commit is contained in:
parent
548d670f94
commit
d13d46fea0
@ -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
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user