Merge pull request #124188 from Mic92/postgresql
postgresql: enable pie
This commit is contained in:
@@ -33,6 +33,8 @@ let
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
hardeningEnable = lib.optionals (!stdenv.isDarwin) [ "pie" ];
|
||||
|
||||
outputs = [ "out" "lib" "doc" "man" ];
|
||||
setOutputFlags = false; # $out retains configureFlags :-/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user