postgresql: enable pie
This commit is contained in:
parent
fc6084c0af
commit
78a3c6aa8a
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ let
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
outputs = [ "out" "lib" "doc" "man" ];
|
||||
setOutputFlags = false; # $out retains configureFlags :-/
|
||||
|
||||
|
|
Loading…
Reference in a new issue