From: Alexandru Ardelean Date: Tue, 2 Feb 2016 15:57:14 +0000 (+0200) Subject: keepalived: make the use of libnl optional X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e40ba7cc8e9124406a4ccc72a5bf865f1faba046;p=openwrt-packages.git 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 --- 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