seabios: disable fortify hardening
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user