cpython: enable pie
This commit is contained in:
@@ -604,6 +604,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
export CFLAGS_NODIST="-fno-semantic-interposition"
|
||||
'';
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
setupHook = python-setup-hook sitePackages;
|
||||
|
||||
postInstall =
|
||||
|
||||
Reference in New Issue
Block a user