pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dspam Add missing argument for mysql storage: "--...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f20cf853fc48
branches: trunk
changeset: 492518:f20cf853fc48
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Apr 14 23:37:11 2005 +0000
description:
Add missing argument for mysql storage: "--enable-mysql4-initialization"
needed to properly start mysql4 databases.
diffstat:
mail/dspam/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6da212375d04 -r f20cf853fc48 mail/dspam/options.mk
--- a/mail/dspam/options.mk Thu Apr 14 23:07:55 2005 +0000
+++ b/mail/dspam/options.mk Thu Apr 14 23:37:11 2005 +0000
@@ -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 @@
.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 \
Home |
Main Index |
Thread Index |
Old Index