3
0
Fork 0
forked from mirrors/nixpkgs

xen: turn off fortify

This commit is contained in:
Robin Gloster 2016-02-09 01:10:57 +00:00
parent 6be9164b97
commit 82daf82e61

View file

@ -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;