qboot: turn off stackprotector and pic hardening
This commit is contained in:
parent
d326ca40a8
commit
3437b52e6b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user