mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Yousong Zhou
parent
c16948a856
commit
d33a4c4924
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user