guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libringclient: Disable the libwrap feature.


From: guix-commits
Subject: branch master updated: gnu: libringclient: Disable the libwrap feature.
Date: Fri, 02 Apr 2021 11:54:32 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 532c0e7  gnu: libringclient: Disable the libwrap feature.
532c0e7 is described below

commit 532c0e745aa81b5ac5ed8cb2b4f9b02aa720d9a9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 2 11:47:17 2021 -0400

    gnu: libringclient: Disable the libwrap feature.
    
    As it causes video calls to segfault.
    
    * gnu/packages/jami.scm (libringclient): Set -DENABLE_LIBWRAP to false for 
the
    time being.
---
 gnu/packages/jami.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index e1f6d41..0ba293c 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -497,7 +497,11 @@ protocols, as well as decentralized calling using 
P2P-DHT.")
                ;; its configuration under /etc rather than /usr/share/dbus-1,
                ;; which is perhaps the reason the auto-launching of dring
                ;; doesn't work on foreign distributions.
-               "-DENABLE_LIBWRAP=true"))
+
+               ;; FIXME: Disabled for now, as it causes a segfault when
+               ;; attempting video calls (see:
+               ;; https://git.jami.net/savoirfairelinux/ring-lrc/-/issues/466).
+               "-DENABLE_LIBWRAP=false"))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'change-directory



reply via email to

[Prev in Thread] Current Thread [Next in Thread]