syslinux: disable PIE hardening (#370581)

This commit is contained in:
Arne Keller
2025-03-10 16:52:02 +01:00
committed by GitHub
+1
View File
@@ -83,6 +83,7 @@ stdenv.mkDerivation {
hardeningDisable = [
"pic"
"pie" # MBR gets too big with PIE
"stackprotector"
"fortify"
];