Code

rules: Pass --enable-all-plugins to configure.
authorSebastian Harl <sh@tokkee.org>
Mon, 22 Jun 2009 21:47:28 +0000 (23:47 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 22 Jun 2009 21:47:28 +0000 (23:47 +0200)
This makes sure that the build fails if any prerequisites are missing.

debian/changelog
debian/rules

index 84a095e1ef1a13166b281e9c68fbd48a05b74453..aa7b15e2d2824b566cc6a2083f8dbff6db58acf1 100644 (file)
@@ -20,12 +20,14 @@ collectd (4.7.1-1) unstable; urgency=low
       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
       archdir mapping used by the openjdk-6 Debian package is used to find
       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
+    - Pass --enable-all-plugins to configure to make sure that the build fails
+      if any prerequisites are missing.
   * debian/control:
     - Build-depend on openjdk-6-jdk.
   * debian/collectd.install:
     - Install collectd-java.5.
 
- -- Sebastian Harl <tokkee@debian.org>  Mon, 22 Jun 2009 23:37:08 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 22 Jun 2009 23:44:35 +0200
 
 collectd (4.6.3-1) unstable; urgency=low
 
index de40b96c8969c8a6de00bc8aedde114cdcda07f8..4ee1b0d2d88ab13ed0cc613f975118d813e23748 100755 (executable)
@@ -51,7 +51,8 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --mandir=\$${prefix}/share/man \
                        --localstatedir=/var --sysconfdir=/etc \
                        --with-perl-bindings="INSTALLDIRS=vendor" \
-                       --without-libstatgrab
+                       --without-libstatgrab \
+                       --enable-all-plugins
 
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape