gnu: icedtea-7: Build in parallel using correct number of jobs.
* gnu/packages/java.scm (icedtea-7)[arguments]<#:configure-flags>: Add "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2fab54f397
commit
e3b91b799d
1 changed files with 2 additions and 0 deletions
|
@ -1229,6 +1229,8 @@ (define-public icedtea-7
|
|||
"--enable-bootstrap"
|
||||
"--enable-nss"
|
||||
"--without-rhino"
|
||||
,(string-append "--with-parallel-jobs="
|
||||
(number->string (parallel-job-count)))
|
||||
"--disable-downloading"
|
||||
"--disable-tests" ;they are run in the check phase instead
|
||||
"--with-openjdk-src-dir=./openjdk.src"
|
||||
|
|
Loading…
Reference in a new issue