summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5527403)
raw | patch | inline | side by side (parent: 5527403)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 14:16:15 +0000 (16:16 +0200) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 3ca252c6614584cd5c8098b60002773f06b7782f..824105833178ed2b15e59f49042597314dd9b83f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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).
diff --git a/debian/rules b/debian/rules
index b506e2d650b9d13a4674b8cafb3d186adc407b35..5f4eb6d612051f0ca43c4d5c49c7eb178c00fb64 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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.