1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 00:35:53 +02:00

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.
This commit is contained in:
Maxim Cournoyer
2021-04-02 11:47:17 -04:00
parent e6b447cf75
commit 532c0e745a
+5 -1
View File
@@ -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