From 82af7475cb348e22365174676bde141dfc754c5c Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Mon, 30 Sep 2024 16:57:07 -0500 Subject: [PATCH] sysstat: fix sensors support --- srcpkgs/sysstat/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index 2bc011fc7e2f0b..68105f44c8b4fc 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,11 +1,12 @@ # Template file for 'sysstat' pkgname=sysstat version=12.7.6 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-copy-only --disable-file-attr - --with-systemdsystemunitdir= --enable-install-cron" + --with-systemdsystemunitdir= --enable-install-cron --enable-sensors" conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf" +makedepends="libsensors-devel" hostmakedepends="pkg-config gettext" depends="lm_sensors" short_desc="Collection of performance monitoring tools"