From ed22879d309699156dff4126c51f25818cdf0621 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 29 Aug 2022 09:30:57 +0200 Subject: [PATCH] Revert "package/collectd: disable libupsclient" This reverts commit 0be1c3e921036ff870b6d60c0d55ceac81367c3c. The actual issue is more complex. The problem purportedly fixed was not caused by a missing libupsclient (it was present), but by a missing type definition for time_t (on a musl toolchain). Signed-off-by: Yann E. MORIN --- package/collectd/collectd.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index e0f40095aa..5751757040 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -45,7 +45,6 @@ COLLECTD_CONF_OPTS += \ --with-nan-emulation \ --with-fp-layout=$(COLLECTD_FP_LAYOUT) \ --with-perl-bindings=no \ - --without-libupsclient \ --disable-werror \ $(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \ $(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \