From e40ba7cc8e9124406a4ccc72a5bf865f1faba046 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 2 Feb 2016 17:57:14 +0200 Subject: [PATCH] keepalived: make the use of libnl optional keepalived seems to work fine without it. There is fall-back code that kicks in when it's not present. So, we will build against (or pull) the libnl package only if there is another package that pulls it. Signed-off-by: Alexandru Ardelean --- net/keepalived/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 4f8dc8294..b29b111a5 100644 --- 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-genl +libopenssl + DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl endef define Package/keepalived/description