From 7251d107ff3e9bd13d60b73434e2f060c4f86ae9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Dec 2020 21:43:03 +0100 Subject: [PATCH] dovecot: build against mariadbclient instead of mysql --- srcpkgs/dovecot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index b3e60a74614..815ef8f2546 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -11,7 +11,7 @@ configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin" hostmakedepends="pkg-config perl" makedepends=" liblz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel - mit-krb5-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel + mit-krb5-devel libmariadbclient-devel postgresql-libs-devel sqlite-devel clucene-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel libsodium-devel" short_desc="IMAP and POP3 server written with security primarily in mind"