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 <ardeleanalex@gmail.com>
This commit is contained in:
parent
540eba6541
commit
e40ba7cc8e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ define Package/keepalived
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Failover and monitoring daemon for LVS clusters
|
TITLE:=Failover and monitoring daemon for LVS clusters
|
||||||
URL:=http://www.keepalived.org/
|
URL:=http://www.keepalived.org/
|
||||||
DEPENDS:=+libnl-genl +libopenssl
|
DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/keepalived/description
|
define Package/keepalived/description
|
||||||
|
|
Loading…
Reference in a new issue