cvs: disable fortify hardening

This commit is contained in:
Graham Christensen 2016-11-22 07:53:33 -05:00
parent bffae65060
commit 5d7f2a40a8
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

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