Skip to content

Commit

Permalink
cvs: disable fortify hardening
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d7f2a4)
  • Loading branch information
grahamc committed Nov 22, 2016
1 parent c008fb0 commit 3576acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/cvs/default.nix
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation {

patches = [ ./getcwd-chroot.patch ];

hardeningDisable = [ "format" ];
hardeningDisable = [ "fortify" "format" ];

preConfigure = ''
# Apply the Debian patches.
Expand Down

0 comments on commit 3576acc

Please sign in to comment.