postgresql: enable pie

launchpad/nixpkgs/master
Jörg Thalheim 3 years ago committed by github-actions[bot]
parent fc6084c0af
commit 78a3c6aa8a
  1. 2
      pkgs/servers/sql/postgresql/default.nix

@ -33,6 +33,8 @@ let
inherit sha256;
};
hardeningEnable = [ "pie" ];
outputs = [ "out" "lib" "doc" "man" ];
setOutputFlags = false; # $out retains configureFlags :-/

Loading…
Cancel
Save