refind: disable stackprotector hardening
This commit is contained in:
parent
a6dae3b5ad
commit
a12ecfc405
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue