[packages] keepalived: fix vrrp support (#5095)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15751 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-05-10 13:36:28 +00:00
parent b6d470c649
commit 32e107f0ba
2 changed files with 12 additions and 1 deletions

View File

@ -48,7 +48,6 @@ CONFIGURE_ARGS+= \
CONFIGURE_VARS+= \
ac_cv_file_$(call acvar,$(LINUX_DIR)/net/core/link_watch.c)=yes \
VRRP_SUPPORT=yes \
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)

View File

@ -0,0 +1,12 @@
diff -ur keepalived-1.1.15/configure keepalived-1.1.15.mod/configure
--- keepalived-1.1.15/configure 2006-10-10 05:20:35.000000000 -0400
+++ keepalived-1.1.15.mod/configure 2009-05-08 04:52:13.000000000 -0400
@@ -3928,7 +3928,7 @@
-VRRP_SUPPORT="_WITHOUT_VRRP_"
+VRRP_SUPPORT="_WITH_VRRP_"
if test "$enable_vrrp" != "no"; then
echo "$as_me:$LINENO: checking for kernel netlink support" >&5
echo $ECHO_N "checking for kernel netlink support... $ECHO_C" >&6