Merge pull request #124190 from Mic92/rspamd

rspamd: enable pie
This commit is contained in:
Maximilian Bosch
2021-05-28 20:10:37 +02:00
committed by GitHub
+2
View File
@@ -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