mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
opensmtpd-extras: build against mariadbclient instead of mysql
This commit is contained in:
parent
abb2ba2479
commit
cfc010dc6e
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'opensmtpd-extras'
|
# Template file for 'opensmtpd-extras'
|
||||||
pkgname=opensmtpd-extras
|
pkgname=opensmtpd-extras
|
||||||
version=6.6.0
|
version=6.6.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="OpenSMTPD-extras-${version}"
|
wrksrc="OpenSMTPD-extras-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
|
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
|
||||||
--with-table-postgres --with-table-socketmap --with-table-sqlite"
|
--with-table-postgres --with-table-socketmap --with-table-sqlite"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libressl-devel libevent-devel postgresql-libs-devel
|
makedepends="libressl-devel libevent-devel postgresql-libs-devel
|
||||||
libmysqlclient-devel sqlite-devel"
|
libmariadbclient-devel sqlite-devel"
|
||||||
depends="opensmtpd"
|
depends="opensmtpd"
|
||||||
short_desc="Free implementation of the server-side SMTP protocol - extras"
|
short_desc="Free implementation of the server-side SMTP protocol - extras"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue