Merge pull request #124188 from Mic92/postgresql

postgresql: enable pie
This commit is contained in:
Jörg Thalheim 2021-06-28 07:25:57 +01:00 committed by GitHub
commit b965dee623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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