tinycc: disable fortify hardening
This commit is contained in:
parent
7a347f6082
commit
88b49cc748
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl texinfo ];
|
nativeBuildInputs = [ perl texinfo ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "fortify" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace "texi2pod.pl" \
|
substituteInPlace "texi2pod.pl" \
|
||||||
--replace "/usr/bin/perl" "${perl}/bin/perl"
|
--replace "/usr/bin/perl" "${perl}/bin/perl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user