collectd: build against mariadbclient instead of mysql
This commit is contained in:
parent
9cbd51f02f
commit
462773c8dd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'collectd'
|
||||
pkgname=collectd
|
||||
version=5.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||
$(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"
|
||||
makedepends="libcurl-devel iptables-devel libressl-devel libsensors-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 prometheus 'protobuf-c-devel libmicrohttpd-devel')"
|
||||
short_desc="Daemon which collects system performance statistics periodically"
|
||||
|
|
Loading…
Reference in New Issue