commit b7684e953b82c883edbfd497e80c7294eb2072c4
parent d6f488d7f3e768b3d5f5f8c5b2c5ac7762fb26ca
Author: Steven Barth <steven@midlink.org>
Date: Thu, 22 Oct 2015 10:43:43 +0200
Merge pull request #1833 from commodo/keepalived-libnl
keepalived: update to use only libnl-genl
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile
@@ -29,7 +29,7 @@ define Package/keepalived
CATEGORY:=Network
TITLE:=Failover and monitoring daemon for LVS clusters
URL:=http://www.keepalived.org/
- DEPENDS:=+libnl +libopenssl
+ DEPENDS:=+libnl-genl +libopenssl
endef
define Package/keepalived/description