From: Eneas U de Queiroz Date: Thu, 27 Dec 2018 16:05:05 +0000 (-0200) Subject: keepalived: build without libipset X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d33a4c492460e6b6b1de5a71a7f09c989ab44fdf;p=openwrt-packages.git keepalived: build without libipset keepalived 2.0.7 is not compatible with libipset 7.x. Signed-off-by: Eneas U de Queiroz --- 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 \