mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
@@ -49,6 +49,7 @@ CONFIGURE_ARGS += \
|
||||
--without-afskmdm \
|
||||
--without-ax25 \
|
||||
--without-alsa \
|
||||
--without-dnssd \
|
||||
--without-go \
|
||||
--without-ipmisol \
|
||||
--without-kiss \
|
||||
|
||||
Reference in New Issue
Block a user