3
0
Fork 0
forked from mirrors/nixpkgs

xen: turn off pic hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:44:23 +00:00
parent fc71f3f570
commit a53bd9daa8

View file

@ -77,6 +77,7 @@ stdenv.mkDerivation {
hardening_stackprotector = false;
hardening_fortify = false;
hardening_pic = false;
patches = stdenv.lib.optionals ((xenserverPatched == false) && (builtins.hasAttr "xenPatches" xenConfig)) xenConfig.xenPatches;