mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cvs: disable fortify hardening
This commit is contained in:
parent
bffae65060
commit
5d7f2a40a8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
|
||||
patches = [ ./getcwd-chroot.patch ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = [ "fortify" "format" ];
|
||||
|
||||
preConfigure = ''
|
||||
# Apply the Debian patches.
|
||||
|
|
Loading…
Reference in a new issue