X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=80f1bc9829f66f57eec4d1d32aa67e1ddc2ad561;hb=2fdb9092561d6b6fcbcb38e9b37ff1ccaba8f937;hp=166f4c86dc0b2361d9ec7cca0d94227dc8e99a9d;hpb=7e793e835f4e157304faf758eab24e290a0943e3;p=pkg-collectd.git diff --git a/debian/rules b/debian/rules index 166f4c8..80f1bc9 100755 --- a/debian/rules +++ b/debian/rules @@ -183,7 +183,8 @@ ifneq (,$(filter hppa sparc, $(DEB_BUILD_ARCH))) confflags += --disable-java endif -ifneq (,$(filter amd64 arm64 armel armhf i386 ppc64el powerpc, $(DEB_BUILD_ARCH))) +# gRPC is only available on x86, arm, ppc. +ifeq (,$(filter amd64 arm64 armel armhf i386 ppc64el powerpc, $(DEB_BUILD_ARCH))) confflags += --disable-grpc endif