quagga: fix dependency to libcares 618/head
authorMartin Schiller <ms@dev.tdt.de>
Fri, 9 Oct 2020 06:23:23 +0000 (08:23 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 14 Oct 2020 10:50:40 +0000 (12:50 +0200)
Commit 9a89e57d7614 ("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>
quagga/Makefile

index b259a3d71e4d24accb1ff0443958f3781d28b668..ae65ecea8b2b64476fc8c8ab08f144d84ae4d5aa 100644 (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) \