tinycc: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-04-06 09:23:57 +00:00
parent 7a347f6082
commit 88b49cc748

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl texinfo ];
hardeningDisable = [ "fortify" ];
postPatch = ''
substituteInPlace "texi2pod.pl" \
--replace "/usr/bin/perl" "${perl}/bin/perl"