mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
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
Block a user