See https://github.com/lathiat/avahi/releases/tag/v0.8 for details. Explicitely disable qt5 support for now (we can add it later if something needs it). Remove the -gtk subpackage (gtk+2 support); it's not used by anything.
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
$OpenBSD: patch-avahi-daemon_main_c,v 1.11 2020/02/22 08:57:02 ajacoutot Exp $
|
|
|
|
Index: avahi-daemon/main.c
|
|
--- avahi-daemon/main.c.orig
|
|
+++ avahi-daemon/main.c
|
|
@@ -1152,8 +1152,10 @@ static int run_server(DaemonConfig *c) {
|
|
|
|
ignore_signal(SIGPIPE);
|
|
|
|
+#ifndef __OpenBSD__
|
|
if (!(nss_support = avahi_nss_support()))
|
|
avahi_log_warn("WARNING: No NSS support for mDNS detected, consider installing nss-mdns!");
|
|
+#endif
|
|
|
|
if (!(simple_poll_api = avahi_simple_poll_new())) {
|
|
avahi_log_error("Failed to create main loop object.");
|