From: David Thompson <dthompson2@worcester.edu>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: avahi: Enable libdns_sd compatibility.
Date: Sat, 19 Sep 2015 11:57:41 -0400 [thread overview]
Message-ID: <877fnml7uy.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (raw)
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
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?
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-avahi-Enable-libdns_sd-compatibility.patch --]
[-- Type: text/x-patch, Size: 965 bytes --]
From 56ba8b433783ca847fbd433114afe6374289cddc Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@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
[-- Attachment #3: Type: text/plain, Size: 47 bytes --]
Thanks,
--
David Thompson
GPG Key: 0FF1D807
next reply other threads:[~2015-09-19 15:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 15:57 David Thompson [this message]
2015-09-20 1:41 ` [PATCH] gnu: avahi: Enable libdns_sd compatibility Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877fnml7uy.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me \
--to=dthompson2@worcester.edu \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.