aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rspamd/APKBUILD')
-rw-r--r--community/rspamd/APKBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD
index bdeeb2ed68f..6dd7f65edef 100644
--- a/community/rspamd/APKBUILD
+++ b/community/rspamd/APKBUILD
@@ -26,17 +26,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/vstakhov/$pkgname/archive/$p
$pkgname.confd
cmakelists.patch
conf-split-workers.patch
+ default-configs.patch
"
-prepare() {
- default_prepare
-
- cd "$builddir"
- sed -ri -e 's~DBDIR(/rspamd.sock)~RUNDIR\1~' \
- -e 's~rspamd_dynamic~dynamic~' \
- conf/options.inc
-}
-
build() {
cd "$builddir"
cmake CMakeLists.txt \