Code

Disabled iptables plugin - libiptc is no longer available on Debian.
[pkg-collectd.git] / debian / rules
index 83334b62fa12bbed0d5e65a38c124a54676673d6..995325230200b742c73ecf9e277e5dc71da1ccf6 100755 (executable)
@@ -36,13 +36,16 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --disable-xmms \
                        --without-libstatgrab
 
+# libiptc is no longer available on Debian (see #472655).
+confflags += --disable-iptables
+
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape
 
 # The static libraries iptc, netstat and upsclient cannot be used on
 # 64bit systems (see bugs #358637 and #419684 for more details).
 ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64))
-       confflags += --disable-iptables --disable-netlink --disable-nut
+       confflags += --disable-netlink --disable-nut
 endif
 
 # libvirt is only available on amd64, i386 and powerpc.