criu: turn off stackprotector hardening

wip/yesman
Robin Gloster 9 years ago
parent 80df5752f7
commit 2275eb6210
  1. 4
      pkgs/os-specific/linux/criu/default.nix

@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
'';
configurePhase = "make config PREFIX=$out";
buildPhase = "make PREFIX=$out";
makeFlags = "PREFIX=$(out)";
hardening_stackprotector = false;
installPhase = ''
mkdir -p $out/etc/logrotate.d

Loading…
Cancel
Save