guix-commits
[Top][All Lists]
Advanced

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

72/133: gnu: mozjs-52: Add configure flag to prevent crash.


From: guix-commits
Subject: 72/133: gnu: mozjs-52: Add configure flag to prevent crash.
Date: Sun, 6 Jan 2019 16:59:42 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 864d9d97127cbe0e18c5560327731d8ecdeecf24
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 12:41:03 2018 +0100

    gnu: mozjs-52: Add configure flag to prevent crash.
    
    * gnu/packages/gnuzilla.scm (mozjs-52)[arguments]: Pass "--disable-jemalloc"
    to prevent crashes in gnome-shell.
---
 gnu/packages/gnuzilla.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index bb7fda2..b298cce 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -292,7 +292,10 @@ in C/C++.")
            "--with-system-zlib"
 
            ;; Intl API requires bundled ICU.
-           "--without-intl-api")
+           "--without-intl-api"
+
+           ;; Without this gnome-shell will crash at runtime.
+           "--disable-jemalloc")
          #:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'patch-and-chdir



reply via email to

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