Skip to content

Commit

Permalink
rspamd: enable pie
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed May 23, 2021
1 parent ab51a2d commit 0793950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/mail/rspamd/default.nix
Expand Up @@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-LMLRDnKfGpApVsIvPNY2nxl+H5+qeVvwvwr3wdyyhjs=";
};

hardeningEnable = [ "pie" ];

nativeBuildInputs = [ cmake pkg-config perl ];
buildInputs = [ glib openssl pcre sqlite ragel icu jemalloc libsodium ]
++ lib.optional withHyperscan hyperscan
Expand Down

0 comments on commit 0793950

Please sign in to comment.