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];
|
buildInputs = [tcl tk xlibsWrapper makeWrapper];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed "13i#define USE_INTERP_RESULT 1" -i src/stubs.c
|
sed "13i#define USE_INTERP_RESULT 1" -i src/stubs.c
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user