gnu: mozjs@17, mozjs@24: Fix build.
* gnu/packages/gnuzilla.scm (mozjs): Add ‘-fpermissive’ to CXXFLAGS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
bb5ab9bfab
commit
87eeeeb04a
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ (define-public mozjs
|
|||
`(;; 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
|
||||
|
|
Loading…
Reference in a new issue