projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c16948a
)
keepalived: build without libipset
author
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Thu, 27 Dec 2018 16:05:05 +0000
(14:05 -0200)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Fri, 28 Dec 2018 03:02:00 +0000
(11:02 +0800)
keepalived 2.0.7 is not compatible with libipset 7.x.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/keepalived/Makefile
patch
|
blob
|
history
diff --git
a/net/keepalived/Makefile
b/net/keepalived/Makefile
index 4f5e25119916954051b306995ca470f3adbed8e4..38663bcc33eee90eb57b9191753244b37fb63448 100644
(file)
--- 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 \