From: Ruben Kerkhof Date: Sat, 4 Jun 2016 17:37:14 +0000 (+0200) Subject: Disable the grpc plugin for now X-Git-Tag: collectd-5.5.1-5~6^2 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=5ff034057209073dc1fcadaadcfb44eff0d62661 Disable the grpc plugin for now It needs a newer version of protobuf-compiler (3.0.0 or newer). --- diff --git a/debian/rules b/debian/rules index 2dd1b35..068b3b2 100755 --- a/debian/rules +++ b/debian/rules @@ -85,6 +85,9 @@ confflags += --disable-write_mongodb # xmms1 is required for the xmms plugin. confflags += --disable-xmms +# protobuf-compiler >= 3.0.0 is required for the grpc plugin. +confflags += --disable-grpc + # These plugins are Linux-specific. ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) confflags += \