diff options
-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 } |