diff options
author | TsaLaGi <aasmith@redhat.com> | 2018-06-18 22:03:29 -0400 |
---|---|---|
committer | TsaLaGi <aasmith@redhat.com> | 2018-06-18 22:08:31 -0400 |
commit | 384858e12087e0a8da101423fad98d9a61a61379 (patch) | |
tree | c53c315172cf6c83c9c903e839bd435517755b29 /src/collectd/Makefile | |
parent | ed61877e2ba389ada8c4e60160b43e999f23d60b (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>
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r-- | src/collectd/Makefile | 1 |
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 |