Merge pull request #124187 from Mic92/nix

nix: enable pie
This commit is contained in:
Ben Siraphob
2021-08-01 01:27:01 +07:00
committed by GitHub
@@ -42,6 +42,8 @@ common =
[ "out" "dev" ]
++ lib.optionals enableDocumentation [ "man" "doc" ];
hardeningEnable = [ "pie" ];
nativeBuildInputs =
[ pkg-config ]
++ lib.optionals stdenv.isLinux [ util-linuxMinimal ]