gnu: icedtea-6: Build in parallel using correct number of jobs.
* gnu/packages/java.scm (icedtea-6)[arguments]<#:configure-flags>: Supply parameter to "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
353bdae32f
commit
31ccd55176
|
@ -855,7 +855,8 @@ machine.")))
|
||||||
`("--enable-bootstrap"
|
`("--enable-bootstrap"
|
||||||
"--enable-nss"
|
"--enable-nss"
|
||||||
"--without-rhino"
|
"--without-rhino"
|
||||||
"--with-parallel-jobs"
|
,(string-append "--with-parallel-jobs="
|
||||||
|
(number->string (parallel-job-count)))
|
||||||
"--disable-downloading"
|
"--disable-downloading"
|
||||||
"--disable-tests"
|
"--disable-tests"
|
||||||
,(string-append "--with-ecj="
|
,(string-append "--with-ecj="
|
||||||
|
|
Reference in New Issue