seabios: disable PIE hardening (#370618)
Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
nixpkgs-merge-bot[bot] 11 months ago bcf91d8d bd1946d3
··· 61 hardeningDisable = [ 62 "fortify" 63 "pic" 0 64 "stackprotector" 65 ]; 66
··· 61 hardeningDisable = [ 62 "fortify" 63 "pic" 64 + "pie" # ld: warning: creating DT_TEXTREL in a PIE (and more) 65 "stackprotector" 66 ]; 67