collectd: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:39:12 +01:00 committed by John Zimmermann
parent 9cbd51f02f
commit 462773c8dd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'collectd' # Template file for 'collectd'
pkgname=collectd pkgname=collectd
version=5.12.0 version=5.12.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
@ -13,7 +13,7 @@ conf_files="/etc/collectd.conf"
hostmakedepends="automake pkg-config libtool libltdl-devel glib-devel" hostmakedepends="automake pkg-config libtool libltdl-devel glib-devel"
makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel
libesmtp-devel zlib-devel yajl-devel python3-devel libxml2-devel net-snmp-devel libesmtp-devel zlib-devel yajl-devel python3-devel libxml2-devel net-snmp-devel
libgcrypt-devel libmysqlclient-devel libltdl-devel libvirt-devel libgcrypt-devel libmariadbclient-devel libltdl-devel libvirt-devel
$(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-devel) $(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-devel)
$(vopt_if prometheus 'protobuf-c-devel libmicrohttpd-devel')" $(vopt_if prometheus 'protobuf-c-devel libmicrohttpd-devel')"
short_desc="Daemon which collects system performance statistics periodically" short_desc="Daemon which collects system performance statistics periodically"