package/collectd: remove libvirt from list of disabled plugins
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 4 Aug 2019 15:09:56 +0000 (17:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 4 Aug 2019 16:33:15 +0000 (18:33 +0200)
With collectd 5.5.0 the "libvirt plugin has been renamed to virt":
https://git.octo.it/?p=collectd.git;a=blob;f=ChangeLog;h=b0a997c53ac1a74bc39470bdd243f853fa095c9f;hb=refs/tags/collectd-5.5.0#l235

"virt" is already mentioned in COLLECTD_PLUGINS_DISABLE so we can just
remove "libvirt" to fix:

configure: WARNING: unrecognized options: [...] --disable-libvirt

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/collectd/collectd.mk

index ca9a9e7a95ea78c184783a620b060079d254f718..3443eb6fe492aa27d5c6142203978925a5365376 100644 (file)
@@ -15,7 +15,7 @@ COLLECTD_LICENSE_FILES = COPYING libltdl/COPYING.LIB
 # These require unmet dependencies, are fringe, pointless or deprecated
 COLLECTD_PLUGINS_DISABLE = \
        apple_sensors aquaero ascent barometer dbi dpdkstat email \
-       gmond grpc hddtemp intel_rdt ipmi java libvirt lpar lua lvm \
+       gmond grpc hddtemp intel_rdt ipmi java lpar lua lvm \
        madwifi mbmon mic multimeter netapp notify_desktop numa \
        nut onewire oracle perl pf pinba powerdns python routeros \
        rrdcached sigrok tape target_v5upgrade teamspeak2 ted \