rspamd: enable pie

This commit is contained in:
Jörg Thalheim 2021-05-23 20:36:46 +02:00
parent ab51a2dbd6
commit 0793950a1b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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