浏览代码

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 <yann.morin.1998@free.fr>
Yann E. MORIN 2 年之前
父节点
当前提交
ed22879d30
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/collectd/collectd.mk

+ 0 - 1
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) \