Code

rules: Disable the aquaero plugin which requires libaquaero5.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Sep 2013 12:03:22 +0000 (14:03 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Sep 2013 12:03:22 +0000 (14:03 +0200)
debian/changelog
debian/rules

index 31be5de85d5bcabc8c1271f3a5aba5963ff0a4bc..069d09d8f1ce9133ce332992486f015407c528d3 100644 (file)
@@ -20,6 +20,7 @@ collectd (5.4.0-1) UNRELEASED; urgency=low
   * debian/control:
     - Depend on liblvm2-dev (required by the new LVM plugin).
   * debian/rules:
+    - Disable the aquaero plugin which requires libaquaero5.
     - Disable the MIC plugin which requires libmic.
     - Disable the sigrok plugin which requires libsigrok >= 0.2.0.
     - Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1.
index 90e02cf734d1126d3294d1d715d0de685f17d28e..1ee9bfeaec5103edc1e4fd53e24678f8f649923b 100755 (executable)
@@ -65,6 +65,9 @@ confflags += --disable-lpar
 # Solaris only (requires devinfo and kstat)
 confflags += --disable-tape
 
+# libaquaero5 is required for the aquaero plugin
+confflags += --disable-aquaero
+
 # libmic is required for the mic plugin
 confflags += --disable-mic