keepalived: disable libnl
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 3 Oct 2018 10:20:30 +0000 (13:20 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 7 Oct 2018 11:40:52 +0000 (14:40 +0300)
commitffa10121311d1dbeea6d7644df10a35ca903ffb6
treee552a24b8eb65d57f80495f11f65e76b47723894
parent172ae80bc174fe032aa0336aedfe96e155eab76c
keepalived: disable libnl

When libnl is enabled and libnl-genl is disabled, libnl-genl-3.so.200 is
installed by InstallDev, and keepalived picks it up anyway.
This causes build to fail with the following error:

Package keepalived is missing dependencies for the following libraries:
libnl-genl-3.so.200

Instead of having a conditional dependency it is better to have a
consistent build. Disable libnl to enforce this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/keepalived/Makefile