gensio: prevent accidental use of dns_sd

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>
This commit is contained in:
Michael Heimpold 2023-11-11 16:38:03 +01:00
parent 6b4a197c8c
commit 45f9302afe
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ CONFIGURE_ARGS += \
--without-afskmdm \
--without-ax25 \
--without-alsa \
--without-dnssd \
--without-go \
--without-ipmisol \
--without-kiss \