syslinux: disable PIE hardening

This commit is contained in:
FliegendeWurst
2025-01-03 13:48:47 +01:00
parent f28864e00d
commit 3c8370ea18
+1
View File
@@ -83,6 +83,7 @@ stdenv.mkDerivation {
hardeningDisable = [
"pic"
"pie" # MBR gets too big with PIE
"stackprotector"
"fortify"
];