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