From 45f9302afe21ec98cdd43b37feb46a0408a7aaab Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 11 Nov 2023 16:38:03 +0100 Subject: 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 --- net/gensio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/gensio') diff --git a/net/gensio/Makefile b/net/gensio/Makefile index 6fca78e9c..500d95817 100644 --- a/net/gensio/Makefile +++ b/net/gensio/Makefile @@ -49,6 +49,7 @@ CONFIGURE_ARGS += \ --without-afskmdm \ --without-ax25 \ --without-alsa \ + --without-dnssd \ --without-go \ --without-ipmisol \ --without-kiss \ -- cgit v1.2.3