refind: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-03-01 22:21:08 +00:00
parent a6dae3b5ad
commit a12ecfc405

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip gnu-efi efibootmgr dosfstools imagemagick ];
hardening_stackprotector = false;
HOSTARCH =
if stdenv.system == "x86_64-linux" then "x64"
else if stdenv.system == "i686-linux" then "ia32"