xen: turn off fortify
This commit is contained in:
parent
6be9164b97
commit
82daf82e61
|
@ -76,6 +76,7 @@ stdenv.mkDerivation {
|
|||
pythonPath = [ pythonPackages.curses ];
|
||||
|
||||
hardening_stackprotector = false;
|
||||
hardening_fortify = false;
|
||||
|
||||
patches = stdenv.lib.optionals ((xenserverPatched == false) && (builtins.hasAttr "xenPatches" xenConfig)) xenConfig.xenPatches;
|
||||
|
||||
|
|
Loading…
Reference in New Issue