Disable lvm plugin build 91/58691/1
authorTsaLaGi <aasmith@redhat.com>
Tue, 19 Jun 2018 02:03:29 +0000 (22:03 -0400)
committerTsaLaGi <aasmith@redhat.com>
Tue, 19 Jun 2018 02:08:31 +0000 (22:08 -0400)
JIRA: BAROMETER-103

The lvm plugin will not build due to a deprecated library.  This
patch will disable the building of the plugin until upstream collectd
can correct the issue.  Collectd issue #2820

https://github.com/collectd/collectd/issues/2820

Change-Id: Idcc8e274cef87e1ad0c62cbe9097a24b298adc5f
Signed-off-by: TsaLaGi <aasmith@redhat.com>
src/collectd/Makefile

index 0479163..7d30652 100644 (file)
@@ -49,6 +49,7 @@ CONFIG_CMD += --enable-python
 CONFIG_CMD += --enable-threshold
 CONFIG_CMD += --disable-perl
 CONFIG_CMD += --with-librdkafka=/usr
+CONFIG_CMD += --disable-lvm
 
 .PHONY: install force_install config force_make