Commit 3c8370ea authored by FliegendeWurst's avatar FliegendeWurst
Browse files

syslinux: disable PIE hardening

parent f28864e0
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"
  ];