xen: turn off stackprotector hardening

This commit is contained in:
Robin Gloster 2016-01-30 14:32:58 +00:00
parent f4572b552d
commit 359b1726a5

@ -75,7 +75,7 @@ stdenv.mkDerivation {
pythonPath = [ pythonPackages.curses ];
#hardening_all = false;
hardening_stackprotector = false;
patches = stdenv.lib.optionals ((xenserverPatched == false) && (builtins.hasAttr "xenPatches" xenConfig)) xenConfig.xenPatches;