wok rev 8263

Fix: xalan-c need -j1 to compile well
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 30 00:17:06 2011 +0100 (2011-01-30)
parents 4731db944616
children 3cbc23ef96cc
files xalan-c/receipt
line diff
     1.1 --- a/xalan-c/receipt	Sat Jan 29 16:37:30 2011 +0000
     1.2 +++ b/xalan-c/receipt	Sun Jan 30 00:17:06 2011 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  	
     1.5  	./runConfigure -p linux -c gcc -x g++ -P /usr \
     1.6  		-C --build=$BUILD_HOST -C --host=$BUILD_HOST &&
     1.7 -	make &&
     1.8 +	make -j1 &&
     1.9  	make install
    1.10  }
    1.11