summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-04-14 23:37:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-04-14 23:37:11 +0000
commit8596ac419754becb5dffdc57d05347b4325f07e4 (patch)
treec63006d0f76deadfa90d219c7ab0795d4394e036 /mail/dspam
parentd2d9d446c5b6cf85c7f9ce542528ae6778c6a268 (diff)
downloadpkgsrc-8596ac419754becb5dffdc57d05347b4325f07e4.tar.gz
Add missing argument for mysql storage: "--enable-mysql4-initialization"
needed to properly start mysql4 databases.
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam/options.mk b/mail/dspam/options.mk
index 62ee32be9af..8209430fc3c 100644
--- a/mail/dspam/options.mk
+++ b/mail/dspam/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2005/04/14 05:32:37 xtraeme Exp $
+# $NetBSD: options.mk,v 1.9 2005/04/14 23:37:11 xtraeme Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -50,6 +50,7 @@ PKG_OPTIONS:= ${PKG_OPTIONS:Nvirtualusers}
.endif
.if !empty(DSPAM_STORAGE_DRIVER:Mmysql)
. include "../../mk/mysql.buildlink3.mk"
+CONFIGURE_ARGS+= --enable-mysql4-initialization
CONFIGURE_ARGS+= --with-storage-driver=mysql_drv
CONFIGURE_ARGS+= \
--with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql \