unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 48273@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: bug#48273: [PATCH] gnu: icedove: Respect parallel-job-count while building.
Date: Tue,  8 Jun 2021 19:38:06 +0200	[thread overview]
Message-ID: <20210608173806.20185-1-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <f03811e1-1b41-a5e9-3941-3bea10ddf7ce@riseup.net>

* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS
with parallel-job-count to mozconfig.
---
 gnu/packages/gnuzilla.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c63809c20c..b6b4a01362 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1496,7 +1496,8 @@ standards of the IceCat project.")
                      "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")
--
2.31.1





  parent reply	other threads:[~2021-06-08 17:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07  6:43 bug#48273: Icedove 78.10.0 build stuck at 'unpack' phase bo0od
2021-05-08 15:48 ` Leo Famulari
2021-05-08 19:19   ` bo0od
2021-05-08 19:59     ` Mark H Weaver
2021-05-11  0:21       ` bo0od
2021-05-11  1:30         ` Leo Famulari
2021-05-11  1:31         ` Leo Famulari
2021-05-13 18:36           ` Mark H Weaver
2021-05-13 19:28             ` bo0od
2021-05-13 19:33             ` bo0od
2021-05-14 16:13               ` Mark H Weaver
2021-05-15  4:07                 ` bo0od
2021-06-04  9:43 ` Jonathan Brielmaier
2021-06-05  0:42   ` Mark H Weaver
2021-06-08 17:38 ` Jonathan Brielmaier [this message]
2021-06-18  9:34   ` bug#48273: [PATCH] gnu: icedove: Respect parallel-job-count while building Ludovic Courtès
2021-06-24  9:15     ` Jonathan Brielmaier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210608173806.20185-1-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=48273@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).