wok-next diff asterisk/receipt @ rev 6525

Up mpc-library (0.8.2) caused by gmp upgrade
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 03 09:20:54 2010 +0200 (2010-10-03)
parents 255ba9018575
children 45fab90b3a6a
line diff
     1.1 --- a/asterisk/receipt	Wed May 05 15:45:41 2010 +0200
     1.2 +++ b/asterisk/receipt	Sun Oct 03 09:20:54 2010 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4  		--without-pwlib \
     1.5  		--with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install &&
    1.10  	make DESTDIR=$PWD/_pkg samples &&
    1.11  	cd contrib/utils &&