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.
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.7 2020/02/22 08:57:02 ajacoutot Exp $
|
|
|
|
Index: configure.ac
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -1004,7 +1004,7 @@ AC_DEFINE_UNQUOTED(AVAHI_AUTOIPD_GROUP,"$AVAHI_AUTOIPD
|
|
#
|
|
# Avahi runtime dir
|
|
#
|
|
-avahi_runtime_dir="/run"
|
|
+avahi_runtime_dir="/var/run"
|
|
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
|
AC_SUBST(avahi_runtime_dir)
|
|
AC_SUBST(avahi_socket)
|