mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #124188 from Mic92/postgresql
postgresql: enable pie
This commit is contained in:
commit
b965dee623
@ -33,6 +33,8 @@ let
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
hardeningEnable = lib.optionals (!stdenv.isDarwin) [ "pie" ];
|
||||
|
||||
outputs = [ "out" "lib" "doc" "man" ];
|
||||
setOutputFlags = false; # $out retains configureFlags :-/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user