guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 74/74: gnu: mozjs-52: Add configure flag to prevent crash.
Date: Tue, 4 Dec 2018 10:39:55 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit d9689b1a69ecd9eef5454efdc00ccecdf897a612
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 d6b1f4c..9412075 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -291,7 +291,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]