seabios: turn off pic and stackprotector hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:28:44 +00:00
parent 077e24c10d
commit 63d4e59add

View File

@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
buildInputs = [ iasl python ];
hardening_pic = false;
hardening_stackprotector = false;
configurePhase = ''
# build SeaBIOS for CSM
cat > .config << EOF