grub4dos: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-04-05 16:29:55 +00:00
parent d00784602d
commit d8d6f0bfcb

View file

@ -14,6 +14,8 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ unzip nasm ];
hardeningDisable = [ "stackprotector" ];
configureFlags = [ "--host=${arch}-pc-linux-gnu" ];
postInstall = ''