From b192fa93e6d0e75cfcc8a2c1980a3d2947f7e35b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Feb 2013 01:25:04 +0100 Subject: [PATCH] dovecot: changed to always enable SQL plugin support The --with-sql is useful only if Dovecot is being built with all the SQL drivers as modules. If any SQL driver is built-in, this option is ignored. --- mail/dovecot/dovecot.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/dovecot/dovecot.conf b/mail/dovecot/dovecot.conf index f6db03133..4ea26090c 100644 --- a/mail/dovecot/dovecot.conf +++ b/mail/dovecot/dovecot.conf @@ -15,6 +15,9 @@ # install development headers by default var_append confopt ' ' "--enable-header-install" +# SQL plugin support +var_append extraconfopt ' ' "--with-sql=plugin" + # package/option mappings for auto-configuration pkg_dovecot_options="openldap:ldap=plugin postgresql:pgsql mysql sqlite \ clucene:lucene"