diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-07 08:45:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-07 08:45:33 +0000 |
commit | 7e5ef29fc969f764271352067837a8dd83a1b69b (patch) | |
tree | 41d249805b3683961107208e21e8362bcc7f86e6 /testing/dspam | |
parent | 48a669f23fbe328c072c2d8783cce95d125c470b (diff) | |
download | aports-7e5ef29fc969f764271352067837a8dd83a1b69b.tar.bz2 aports-7e5ef29fc969f764271352067837a8dd83a1b69b.tar.xz |
testing/dspam: fixed build against mariadb
Diffstat (limited to 'testing/dspam')
-rw-r--r-- | testing/dspam/APKBUILD | 3 |
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 } |