seabios: disable fortify hardening
This commit is contained in:
parent
44b24cc651
commit
15b8491af3
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ iasl python ];
|
||||
|
||||
hardeningDisable = [ "pic" "stackprotector" ];
|
||||
hardeningDisable = [ "pic" "stackprotector" "fortify" ];
|
||||
|
||||
configurePhase = ''
|
||||
# build SeaBIOS for CSM
|
||||
|
|
Loading…
Reference in New Issue