openvswitch: fix build with libunbound
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 22 Sep 2021 12:51:34 +0000 (15:51 +0300)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 23 Sep 2021 01:15:34 +0000 (09:15 +0800)
commitb2bfb572a33401bd9437ce84ff53aba0da74d742
treee357a724310505cc39f1a50e544ea5b98b8d7d5e
parent34b06f38375bd96036effdfba53929bb18d5ce4b
openvswitch: fix build with libunbound

Due to a copy-paste error, libopenvswitch is missing a dependency when
Open vSwitch is configured to use unbound:

Package openvswitch-libopenvswitch is missing dependencies for the following libraries:
libunbound.so.8

Use the correct config symbol to solve this.

Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/openvswitch/Makefile