wok-stable diff libgphoto2/receipt @ rev 6110
fox, fox14, glew, perl-net-ldap: fix build_depends (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 04 13:06:54 2010 +0200 (2010-09-04) |
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 Sep 04 13:06:54 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 }