zabbix: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:57:06 +01:00 committed by John Zimmermann
parent 6847a767e8
commit 827a9714fa
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ configure_args="--with-gnutls --with-libcurl --with-libxml2=yes --with-net-snmp
--enable-proxy"
hostmakedepends="automake libtool pkg-config which"
makedepends="gnutls-devel libcurl-devel libxml2-devel libevent-devel
libmysqlclient-devel net-snmp-devel pcre-devel"
depends="fping mysql"
libmariadbclient-devel net-snmp-devel pcre-devel"
depends="fping mariadb"
short_desc="IT Infrastructure components availability and performance monitoring"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"