me
/
guix
Archived
1
0
Fork 0

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>
master
Damien Cassou 2020-03-01 09:13:15 +01:00 committed by Tobias Geerinckx-Rice
parent bb5ab9bfab
commit 87eeeeb04a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -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