summary refs log tree commit diff
path: root/pkgs/os-specific/linux/criu
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-10 23:09:09 +0000
committerRobin Gloster <mail@glob.in>2016-02-10 23:27:39 +0000
commit2275eb6210f679e48f18ceb45f59d5553e035918 (patch)
tree88d4fb5cbc9fca5c3aa5f39e7e9aecb8fdc0426f /pkgs/os-specific/linux/criu
parent80df5752f72e4c21c5cef88a3f71f47f6b6dee60 (diff)
downloadnixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar.gz
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar.bz2
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar.lz
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar.xz
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.tar.zst
nixpkgs-2275eb6210f679e48f18ceb45f59d5553e035918.zip
criu: turn off stackprotector hardening
Diffstat (limited to 'pkgs/os-specific/linux/criu')
-rw-r--r--pkgs/os-specific/linux/criu/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/criu/default.nix b/pkgs/os-specific/linux/criu/default.nix
index 433cc2c81d7..aacdfc496ee 100644
--- a/pkgs/os-specific/linux/criu/default.nix
+++ b/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