From: TsaLaGi Date: Tue, 19 Jun 2018 02:03:29 +0000 (-0400) Subject: Disable lvm plugin build X-Git-Tag: opnfv-7.1.0~33^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F58691%2F1;p=barometer.git 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 --- 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