guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 07/10: gnu: mozjs-52: Add configure flag to prevent crash.
Date: Fri, 18 Jan 2019 14:45:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6cc147a31bca3378b28b92b4b2aa668b62c32825
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 9999622..2742976 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -294,7 +294,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]