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