cvs: disable fortify hardening

This commit is contained in:
Graham Christensen
2016-11-22 07:53:33 -05:00
parent bffae65060
commit 5d7f2a40a8

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation {
patches = [ ./getcwd-chroot.patch ];
hardeningDisable = [ "format" ];
hardeningDisable = [ "fortify" "format" ];
preConfigure = ''
# Apply the Debian patches.