Unverified Commit b8825465 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

syslinux: disable PIE hardening (#370581)

parents 74ee058f 3c8370ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ stdenv.mkDerivation {

  hardeningDisable = [
    "pic"
    "pie" # MBR gets too big with PIE
    "stackprotector"
    "fortify"
  ];