qboot: turn off stackprotector and pic hardening

This commit is contained in:
Robin Gloster 2016-04-03 11:41:30 +00:00
parent d326ca40a8
commit 3437b52e6b

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation {
cp bios.bin* $out/.
'';
hardeningDisable = [ "stackprotector" "pic" ];
meta = {
description = "A simple x86 firmware for booting Linux";
homepage = https://github.com/bonzini/qboot;