From: Michael Heimpold Date: Sat, 11 Nov 2023 15:38:03 +0000 (+0100) Subject: gensio: prevent accidental use of dns_sd X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45f9302afe21ec98cdd43b37feb46a0408a7aaab;p=openwrt-packages.git 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 --- 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 \