cvs: disable fortify hardening
This commit is contained in:
parent
bffae65060
commit
5d7f2a40a8
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [ ./getcwd-chroot.patch ];
|
patches = [ ./getcwd-chroot.patch ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "fortify" "format" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# Apply the Debian patches.
|
# Apply the Debian patches.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user