mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
collectd: rebuild for libxcrypt
This commit is contained in:
parent
9365a1a0ea
commit
713843fb84
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue