From e034dc20417c8d153608f0f334a97cc76a302d3a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 10 May 2009 17:25:47 +0200 Subject: [PATCH] rules: Disabled memcachec plugin. libmemcached is required for this plugin. --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7d2aa0..bf87284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ collectd (4.7.0-1) unstable; urgency=low - Receive and interpret Ganglia multicast traffic: gmond (disabled in Debian, libganglia >= 3 is required) - Embedded Java Virtual Machine: java - - Query and parse data from a memcache daemon: memcachec + - Query and parse data from a memcache daemon: memcachec (disabled in + Debian, libmemcached is not available) - Information about network protocols: protocols - Parse table-like structured files: table - Power consumption measurements from "The Energy Detective" (TED): ted diff --git a/debian/rules b/debian/rules index e4d7a25..28a38b9 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ # libganglia >= 3 is required for the gmond plugin. confflags += --disable-gmond +# libmemcached is required for the memcachec plugin. +confflags += --disable-memcachec + # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape -- 2.30.2