gnu: icedove: Respect parallel-job-count while building.
* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig.
This commit is contained in:
parent
39d8e11c13
commit
84780ff427
1 changed files with 3 additions and 1 deletions
|
@ -1501,7 +1501,9 @@ (define-public icedove
|
|||
"ac_add_options --with-system-nspr\n"
|
||||
"ac_add_options --with-system-nss\n"
|
||||
"ac_add_options --with-system-zlib\n"
|
||||
"ac_add_options --with-user-appdir=\\.icedove\n"))))
|
||||
"ac_add_options --with-user-appdir=\\.icedove\n"
|
||||
"mk_add_options MOZ_MAKE_FLAGS=-j"
|
||||
(number->string (parallel-job-count)) "\n"))))
|
||||
(display (getcwd))
|
||||
(newline)
|
||||
(display "mach configure")
|
||||
|
|
Loading…
Reference in a new issue