From: Gustavo Zacarias Date: Thu, 22 Dec 2016 01:59:12 +0000 (-0300) Subject: collectd: explicitly disable xencpu plugin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7a2be68febe0b244a4edcf5b01ec3a3d129fe7e;p=buildroot.git collectd: explicitly disable xencpu plugin It requires the libxenctrl library which buildroot doesn't provide yet. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index 1fec4143fa..11685cd004 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -20,7 +20,7 @@ COLLECTD_PLUGINS_DISABLE = \ nut onewire oracle perl pf pinba powerdns python redis routeros \ rrdcached sigrok tape target_v5upgrade teamspeak2 ted \ tokyotyrant turbostat uuid varnish virt vserver write_kafka \ - write_mongodb write_redis xmms zfs_arc zone + write_mongodb write_redis xencpu xmms zfs_arc zone COLLECTD_CONF_ENV += LIBS="-lm"