seabios: disable fortify hardening

This commit is contained in:
Franz Pletz 2016-08-02 17:38:25 +02:00
parent 44b24cc651
commit 15b8491af3

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ iasl python ];
hardeningDisable = [ "pic" "stackprotector" ];
hardeningDisable = [ "pic" "stackprotector" "fortify" ];
configurePhase = ''
# build SeaBIOS for CSM