gensio: prevent accidental use of dns_sd 22644/head
authorMichael Heimpold <mhei@heimpold.de>
Sat, 11 Nov 2023 15:38:03 +0000 (16:38 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sat, 11 Nov 2023 15:38:08 +0000 (16:38 +0100)
Buildbots spottet this error that when dns_sd library is
available, then gensio's configure will pick it up.
This is not desired since we already link to libavahi
for the mdns stuff, so let's disable dnssd lookup explicitly.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
net/gensio/Makefile

index 6fca78e9c9b94eff41e9bbf2cd210ded0f695d10..500d95817cfba8e0a13ab946ad5485bbaebdf78b 100644 (file)
@@ -49,6 +49,7 @@ CONFIGURE_ARGS += \
        --without-afskmdm \
        --without-ax25 \
        --without-alsa \
+       --without-dnssd \
        --without-go \
        --without-ipmisol \
        --without-kiss \