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.6.0-1~10 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=274fd973a1838c55733d0f1deb3e6a764f28fbe2 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 7ec6ca5..16153dd 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 += \