collectd: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:23:06 -07:00 committed by classabbyamp
parent 9365a1a0ea
commit 713843fb84

View file

@ -1,7 +1,7 @@
# Template file for 'collectd'
pkgname=collectd
version=5.12.0
revision=11
revision=12
build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
@ -24,6 +24,10 @@ distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
checksum=5bae043042c19c31f77eb8464e56a01a5454e0b39fa07cf7ad0f1bfc9c3a09d6
LDFLAGS="-lgcrypt"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
build_options="rrdtool perl notify prometheus"
desc_option_rrdtool="Enable support for RRDTool"
desc_option_prometheus="Enable write_prometheus plugin"