aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-06-07 08:45:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-06-07 08:45:33 +0000
commit7e5ef29fc969f764271352067837a8dd83a1b69b (patch)
tree41d249805b3683961107208e21e8362bcc7f86e6 /testing
parent48a669f23fbe328c072c2d8783cce95d125c470b (diff)
downloadaports-7e5ef29fc969f764271352067837a8dd83a1b69b.tar.bz2
aports-7e5ef29fc969f764271352067837a8dd83a1b69b.tar.xz
testing/dspam: fixed build against mariadb
Diffstat (limited to 'testing')
-rw-r--r--testing/dspam/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD
index 7f057fd9c4..4f0ff7c465 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
}