Unverified Commit ae2a0877 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

fpc: disable PIE hardening (#394464)

parents d1c244fe be528426
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ stdenv.mkDerivation rec {
    "FPC=${startFPC}/bin/fpc"
  ];

  # disabled by default in fpcsrc/compiler/llvm/agllvm.pas
  hardeningDisable = [ "pie" ];

  installFlags = [ "INSTALL_PREFIX=\${out}" ];

  postInstall = ''