Skip to content

Commit

Permalink
mail-filter/rspamd: sync live
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vaněk <[email protected]>
Closes: gentoo#22230
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
arkamar authored and thesamesam committed Sep 7, 2021
1 parent b097209 commit 75c8f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail-filter/rspamd/rspamd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RDEPEND="${LUA_DEPS}
acct-user/rspamd
app-arch/zstd:=
dev-db/sqlite:3
dev-cpp/doctest
dev-libs/glib:2
dev-libs/icu:=
dev-libs/libev
Expand Down Expand Up @@ -66,7 +67,7 @@ PATCHES=(
src_prepare() {
cmake_src_prepare

rm -vrf contrib/{fmt,lua-bit,snowball,zstd} || die
rm -vrf contrib/{doctest,fmt,lua-bit,snowball,zstd} || die

sed -i -e 's/User=_rspamd/User=rspamd/g' \
rspamd.service \
Expand All @@ -80,6 +81,7 @@ src_configure() {
-DDBDIR=/var/lib/rspamd
-DLOGDIR=/var/log/rspamd

-DSYSTEM_DOCTEST=ON
-DSYSTEM_FMT=ON
-DSYSTEM_ZSTD=ON

Expand Down

0 comments on commit 75c8f0d

Please sign in to comment.