treewide: remove usages of obsolete pie hardening flag (#449771)

This commit is contained in:
Philip Taron
2025-10-10 15:17:28 -07:00
committed by GitHub
64 changed files with 7 additions and 167 deletions

View File

@@ -584,9 +584,6 @@ stdenv.mkDerivation (finalAttrs: {
export CFLAGS_NODIST="-fno-semantic-interposition"
'';
# Our aarch64-linux bootstrap files lack Scrt1.o, which fails the config test
hardeningEnable = lib.optionals (!withMinimalDeps && !stdenv.hostPlatform.isAarch64) [ "pie" ];
setupHook = python-setup-hook sitePackages;
postInstall =