quagga: fix dependency to libcares

Commit 9a89e57d76 ("quagga: update to 1.2.4") introduced a dependency
to libcares.

Fix this by disabling the not used nhrpd (next hop resolution protocol).

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
Martin Schiller 2020-10-09 08:23:23 +02:00
parent f690ecb7e0
commit 3e6059ff4a
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ CONFIGURE_ARGS+= \
--disable-ospfclient \
--disable-capabilities \
--disable-doc \
--disable-nhrpd \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \