guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: mozjs@17, mozjs@24: Fix build.


From: guix-commits
Subject: 02/07: gnu: mozjs@17, mozjs@24: Fix build.
Date: Sun, 1 Mar 2020 08:42:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 87eeeeb04ab46969b0a7ab21dc9e48526f4469c4
Author: Damien Cassou <address@hidden>
AuthorDate: Sun Mar 1 09:13:15 2020 +0100

    gnu: mozjs@17, mozjs@24: Fix build.
    
    * gnu/packages/gnuzilla.scm (mozjs): Add ‘-fpermissive’ to CXXFLAGS.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 gnu/packages/gnuzilla.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index bb2a4d6..fea5062 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -116,6 +116,7 @@
      `(;; XXX: parallel build fails, lacking:
        ;;   mkdir -p "system_wrapper_js/"
        #:parallel-build? #f
+       #:make-flags '("CXXFLAGS=-fpermissive")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'delete-timedout-test



reply via email to

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