fpc: disable PIE hardening (#394464)

This commit is contained in:
7c6f434c
2025-03-30 12:05:42 +00:00
committed by GitHub
@@ -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 = ''