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>
This commit is contained in:
		
							parent
							
								
									353bdae32f
								
							
						
					
					
						commit
						31ccd55176
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -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 a new issue