Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
committed by Yousong Zhou
parent
commit
d33a4c4924
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/keepalived/Makefile

+ 2
- 1
net/keepalived/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=keepalived PKG_NAME:=keepalived
PKG_VERSION:=2.0.7 PKG_VERSION:=2.0.7
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.keepalived.org/software PKG_SOURCE_URL:=http://www.keepalived.org/software
@ -53,6 +53,7 @@ define Package/keepalived/conffiles
endef endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
--disable-libipset \
--disable-libnl \ --disable-libnl \
--enable-sha1 \ --enable-sha1 \
--disable-snmp \ --disable-snmp \


Loading…
Cancel
Save