From: Sebastian Harl Date: Sun, 10 May 2009 15:25:47 +0000 (+0200) Subject: rules: Disabled memcachec plugin. X-Git-Tag: collectd-4.7.2-1~38^2^2^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e034dc20417c8d153608f0f334a97cc76a302d3a;p=pkg-collectd.git rules: Disabled memcachec plugin. libmemcached is required for this plugin. --- 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