From cfc010dc6ed7b8b936c23132cb7082acad5a0c91 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Dec 2020 21:52:57 +0100 Subject: [PATCH] opensmtpd-extras: build against mariadbclient instead of mysql --- srcpkgs/opensmtpd-extras/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opensmtpd-extras/template b/srcpkgs/opensmtpd-extras/template index c20c3842830..164eaf6dfc5 100644 --- a/srcpkgs/opensmtpd-extras/template +++ b/srcpkgs/opensmtpd-extras/template @@ -1,14 +1,14 @@ # Template file for 'opensmtpd-extras' pkgname=opensmtpd-extras version=6.6.0 -revision=1 +revision=2 wrksrc="OpenSMTPD-extras-${version}" build_style=gnu-configure configure_args="--with-table-passwd --with-table-ldap --with-table-mysql --with-table-postgres --with-table-socketmap --with-table-sqlite" hostmakedepends="automake libtool" makedepends="libressl-devel libevent-devel postgresql-libs-devel - libmysqlclient-devel sqlite-devel" + libmariadbclient-devel sqlite-devel" depends="opensmtpd" short_desc="Free implementation of the server-side SMTP protocol - extras" maintainer="Denis Revin "