diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-11-13 07:37:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 07:37:18 +0100 |
commit | d91e43e2215b604c6175c4916cc488abd02bdc65 (patch) | |
tree | e5766888d5d10a2919c986b13e9b2ad493969a5c /net | |
parent | 183f1662795930f846e497be7530e0474c7eff0e (diff) | |
parent | 45f9302afe21ec98cdd43b37feb46a0408a7aaab (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/Makefile | 1 |
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 \ |