keepalived: build without libipset

keepalived 2.0.7 is not compatible with libipset 7.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2018-12-27 14:05:05 -02:00 committed by Yousong Zhou
parent c16948a856
commit d33a4c4924
1 changed files with 2 additions and 1 deletions

View File

@ -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 \