seabios: turn off pic and stackprotector hardening
This commit is contained in:
@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ iasl python ];
|
buildInputs = [ iasl python ];
|
||||||
|
|
||||||
|
hardening_pic = false;
|
||||||
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
# build SeaBIOS for CSM
|
# build SeaBIOS for CSM
|
||||||
cat > .config << EOF
|
cat > .config << EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user