From d33a4c492460e6b6b1de5a71a7f09c989ab44fdf Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 27 Dec 2018 14:05:05 -0200 Subject: [PATCH] keepalived: build without libipset keepalived 2.0.7 is not compatible with libipset 7.x. Signed-off-by: Eneas U de Queiroz --- net/keepalived/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 4f5e25119..38663bcc3 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keepalived PKG_VERSION:=2.0.7 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.keepalived.org/software @@ -53,6 +53,7 @@ define Package/keepalived/conffiles endef CONFIGURE_ARGS+= \ + --disable-libipset \ --disable-libnl \ --enable-sha1 \ --disable-snmp \