zabbix: build against mariadbclient instead of mysql
This commit is contained in:
parent
6847a767e8
commit
827a9714fa
|
@ -8,8 +8,8 @@ configure_args="--with-gnutls --with-libcurl --with-libxml2=yes --with-net-snmp
|
||||||
--enable-proxy"
|
--enable-proxy"
|
||||||
hostmakedepends="automake libtool pkg-config which"
|
hostmakedepends="automake libtool pkg-config which"
|
||||||
makedepends="gnutls-devel libcurl-devel libxml2-devel libevent-devel
|
makedepends="gnutls-devel libcurl-devel libxml2-devel libevent-devel
|
||||||
libmysqlclient-devel net-snmp-devel pcre-devel"
|
libmariadbclient-devel net-snmp-devel pcre-devel"
|
||||||
depends="fping mysql"
|
depends="fping mariadb"
|
||||||
short_desc="IT Infrastructure components availability and performance monitoring"
|
short_desc="IT Infrastructure components availability and performance monitoring"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue