From 384858e12087e0a8da101423fad98d9a61a61379 Mon Sep 17 00:00:00 2001 From: TsaLaGi Date: Mon, 18 Jun 2018 22:03:29 -0400 Subject: 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 --- src/collectd/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg