Code

rules: Don't force building of the ipvs plugin.
authorSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 14:16:15 +0000 (16:16 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 14:16:15 +0000 (16:16 +0200)
The ip_vs.h check has been fixed in configure.

debian/changelog
debian/rules

index 3ca252c6614584cd5c8098b60002773f06b7782f..824105833178ed2b15e59f49042597314dd9b83f 100644 (file)
@@ -10,6 +10,8 @@ collectd (4.10.7-1) unstable; urgency=low
     - Use dpkg-buildflags to determine compiler/linker flags; this also
       enables hardening build flags; thanks to Moritz Muehlenhoff for
       providing the patch (Closes: #656271).
+    - Don't force building of the ipvs plugin. The ip_vs.h check has been
+      fixed in configure.
   * debian/README.Debian:
     - Added section 'Cleanup of old data' explaining how to get rid of
       out-dated data files (e.g. RRD files).
index b506e2d650b9d13a4674b8cafb3d186adc407b35..5f4eb6d612051f0ca43c4d5c49c7eb178c00fb64 100755 (executable)
@@ -96,11 +96,6 @@ ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
                --disable-netlink \
                --disable-sensors \
                --disable-vserver
-else
-       # configure is not currently able to correctly check for ip_vs.h.
-       # ipvs_h_include.dpatch takes care of using the right one. Overwriting
-       # KERNEL_DIR makes sure we don't use any kernel headers directly.
-       confflags += --enable-ipvs=force KERNEL_DIR=/usr
 endif
 
 # These plugins have not been ported to FreeBSD yet.