all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: avahi: Enable libdns_sd compatibility.
@ 2015-09-19 15:57 David Thompson
  2015-09-20  1:41 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: David Thompson @ 2015-09-19 15:57 UTC (permalink / raw)
  To: guix-devel

[-- 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: avahi: Enable libdns_sd compatibility.
  2015-09-19 15:57 [PATCH] gnu: avahi: Enable libdns_sd compatibility David Thompson
@ 2015-09-20  1:41 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-09-20  1:41 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel

David Thompson <dthompson2@worcester.edu> writes:

> 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 <dthompson2@worcester.edu>
> Date: Sat, 19 Sep 2015 11:36:45 -0400
> Subject: [PATCH] gnu: avahi: Enable libdns_sd compatibility.

I went ahead and pushed this to core-updates, since it needed an icu4c
security update anyway.

    Thanks!
      Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-20  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-19 15:57 [PATCH] gnu: avahi: Enable libdns_sd compatibility David Thompson
2015-09-20  1:41 ` Mark H Weaver

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.