opensmtpd-extras: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:52:57 +01:00 committed by John Zimmermann
parent abb2ba2479
commit cfc010dc6e
1 changed files with 2 additions and 2 deletions

View File

@ -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 <denis.revin@gmail.com>"