aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2023-11-13 07:37:18 +0100
committerGitHub <noreply@github.com>2023-11-13 07:37:18 +0100
commitd91e43e2215b604c6175c4916cc488abd02bdc65 (patch)
treee5766888d5d10a2919c986b13e9b2ad493969a5c /net
parent183f1662795930f846e497be7530e0474c7eff0e (diff)
parent45f9302afe21ec98cdd43b37feb46a0408a7aaab (diff)
Merge pull request #22644 from mhei/gensio-fix-build-disable-dnssd
gensio: prevent accidental use of dns_sd
Diffstat (limited to 'net')
-rw-r--r--net/gensio/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \