seabios: disable PIE hardening
This commit is contained in:
@@ -61,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hardeningDisable = [
|
||||
"fortify"
|
||||
"pic"
|
||||
"pie" # ld: warning: creating DT_TEXTREL in a PIE (and more)
|
||||
"stackprotector"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user