aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dspam
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dspam')
-rw-r--r--testing/dspam/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD
index 7f057fd9c4a..4f0ff7c4659 100644
--- a/testing/dspam/APKBUILD
+++ b/testing/dspam/APKBUILD
@@ -3,7 +3,7 @@
pkgname=dspam
pkgver=3.10.2
_ver=$pkgver
-pkgrel=5
+pkgrel=6
pkgdesc="A statistical-algorithmic hybrid anti-spam filter"
url="http://dspam.nuclearelephant.com/"
pkgusers="dspam"
@@ -44,7 +44,6 @@ build() {
--enable-daemon \
--with-storage-driver="hash_drv,sqlite3_drv,pgsql_drv,mysql_drv" \
--with-mysql-includes=/usr/include/mysql \
- --with-mysql-libraries=/usr/lib/mysql \
|| return 1
make -j1 || return 1
}