summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsaLaGi <aasmith@redhat.com>2018-06-18 22:03:29 -0400
committerTsaLaGi <aasmith@redhat.com>2018-06-18 22:08:31 -0400
commit384858e12087e0a8da101423fad98d9a61a61379 (patch)
treec53c315172cf6c83c9c903e839bd435517755b29
parented61877e2ba389ada8c4e60160b43e999f23d60b (diff)
Disable lvm plugin build
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>
-rw-r--r--src/collectd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 04791634..7d306528 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -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