Code

rules: Disabled redis and write_redis plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2011 16:01:30 +0000 (18:01 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2011 16:01:30 +0000 (18:01 +0200)
They require libcredis.

debian/changelog
debian/rules

index a3e37fdb69173a3cd2fd7718f22b2971f4e7a6c5..6f2d37ba74269f5dce98844a73c25160bc164852 100644 (file)
@@ -1,8 +1,10 @@
 collectd (5.0.0-1) unstable; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - Disabled redis and write_redis plugin -- they require libcredis.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 05 Jun 2011 17:50:54 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 05 Jun 2011 18:00:55 +0200
 
 collectd (4.10.1-2) unstable; urgency=medium
 
index ce981a4b997b84c255f8c0c4578d39e475876732..c2b1a489e8db3bdd320e27d568683c2eab75d62b 100755 (executable)
@@ -74,6 +74,9 @@ confflags += --disable-onewire
 # libclntsh is required for the oracle plugin.
 confflags += --disable-oracle
 
+# libcredis is required for the *redis plugins.
+confflags += --disable-redis --disable-write_redis
+
 # librouteros is required for the routeros plugin.
 confflags += --disable-routeros