Hey folks,

I was trying to package the Mumble VOIP program and ran into an issue
with Avahi.  Mumble requires that Avahi be compiled with libdns_sd
compatibility.  The patch is very simple, but entails rebuilding some
300 packages, notably the massive Qt beast.  Would this patch have to
wait for the next core-updates?

>From 56ba8b433783ca847fbd433114afe6374289cddc Mon Sep 17 00:00:00 2001
From: David Thompson <dthomps...@worcester.edu>
Date: Sat, 19 Sep 2015 11:36:45 -0400
Subject: [PATCH] gnu: avahi: Enable libdns_sd compatibility.

* gnu/packages/avahi.scm (avahi): Add '--enable-compat-libdns_sd' configure
  flag.
---
 gnu/packages/avahi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm
index 517df32..b6eef1a 100644
--- a/gnu/packages/avahi.scm
+++ b/gnu/packages/avahi.scm
@@ -52,7 +52,8 @@
                            "--disable-xmltoman"
                            "--enable-tests"
                            "--disable-qt3" "--disable-qt4"
-                           "--disable-gtk" "--disable-gtk3")))
+                           "--disable-gtk" "--disable-gtk3"
+                           "--enable-compat-libdns_sd")))
     (inputs
      `(("expat" ,expat)
        ("glib" ,glib)
-- 
2.5.0

Thanks,

-- 
David Thompson
GPG Key: 0FF1D807

Reply via email to