tetex: turn off format hardening
This commit is contained in:
parent
37918bdc7a
commit
09a3349a79
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ flex bison zlib libpng ncurses ed ];
|
buildInputs = [ flex bison zlib libpng ncurses ed ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
# fixes "error: conflicting types for 'calloc'", etc.
|
# fixes "error: conflicting types for 'calloc'", etc.
|
||||||
preBuild = stdenv.lib.optionalString stdenv.isDarwin ''
|
preBuild = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
sed -i 57d texk/kpathsea/c-std.h
|
sed -i 57d texk/kpathsea/c-std.h
|
||||||
|
Loading…
Reference in New Issue
Block a user