wok diff libgphoto2/receipt @ rev 5781

Speedup some builds
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 09:37:09 2010 +0200 (2010-07-10)
parents 822b0f90095c
children 14c207569d2e
line diff
     1.1 --- a/libgphoto2/receipt	Sat Mar 06 19:04:53 2010 +0000
     1.2 +++ b/libgphoto2/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4     	cd $src
     1.5  	./configure --prefix=/usr udevscriptdir=/lib/udev \
     1.6  			--with-exif --disable-static &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  	
    1.11  }