[keepalived/f16] add missing patch

Tom Callaway spot at fedoraproject.org
Mon Sep 19 17:04:27 UTC 2011


commit f188d88fc5c3a282c97f5aac33124fa0f3e22583
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Sep 19 13:04:13 2011 -0400

    add missing patch

 keepalived-1.2.2-ip_vs.h-pathfix.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/keepalived-1.2.2-ip_vs.h-pathfix.patch b/keepalived-1.2.2-ip_vs.h-pathfix.patch
new file mode 100644
index 0000000..468fc0e
--- /dev/null
+++ b/keepalived-1.2.2-ip_vs.h-pathfix.patch
@@ -0,0 +1,12 @@
+diff -up keepalived-1.2.2/configure.pathfix keepalived-1.2.2/configure
+--- keepalived-1.2.2/configure.pathfix	2011-09-19 12:31:19.615258629 -0400
++++ keepalived-1.2.2/configure	2011-09-19 12:31:38.872000057 -0400
+@@ -3973,7 +3973,7 @@ $as_echo "$as_me: WARNING: Cannot determ
+ 
+ IPVS_SUPPORT="_WITHOUT_LVS_"
+ if test "$enable_lvs" != "no"; then
+-  ac_fn_c_check_header_mongrel "$LINENO" "net/ip_vs.h" "ac_cv_header_net_ip_vs_h" "$ac_includes_default"
++  ac_fn_c_check_header_mongrel "$LINENO" "linux/ip_vs.h" "ac_cv_header_net_ip_vs_h" "$ac_includes_default"
+ if test "x$ac_cv_header_net_ip_vs_h" = x""yes; then :
+   IPVS_SUPPORT="_WITH_LVS_"
+ else


More information about the scm-commits mailing list