lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e40ba7cc8e9124406a4ccc72a5bf865f1faba046
parent 540eba65415e84a7cdb9dad204489a2275a6a0df
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Tue,  2 Feb 2016 17:57:14 +0200

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>

Diffstat:
Mnet/keepalived/Makefile | 2+-
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-genl +libopenssl + DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl endef define Package/keepalived/description