refind: disable stackprotector hardening

wip/yesman
Robin Gloster 8 years ago
parent a6dae3b5ad
commit a12ecfc405
  1. 2
      pkgs/tools/bootloaders/refind/default.nix

@ -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…
Cancel
Save