fpc: disable PIE hardening (#394464)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user