From 5ff034057209073dc1fcadaadcfb44eff0d62661 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 4 Jun 2016 19:37:14 +0200 Subject: [PATCH] Disable the grpc plugin for now It needs a newer version of protobuf-compiler (3.0.0 or newer). --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 += \ -- 2.30.2