wok-next diff pidgin/receipt @ rev 6050

libproxy: fix compile_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 17 14:14:29 2010 +0200 (2010-08-17)
parents 87d0b493a4a6
children d528522fd992
line diff
     1.1 --- a/pidgin/receipt	Wed Jul 07 00:14:35 2010 +0200
     1.2 +++ b/pidgin/receipt	Tue Aug 17 14:14:29 2010 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4  		--disable-vv \
     1.5  		--disable-idn \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11