wok
diff pidgin/receipt @ rev 5990
uclibc-cross-compiler-i486: add run time support for host
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sat Aug 14 16:57:26 2010 +0200 (2010-08-14) |
parents |
87d0b493a4a6 |
children |
d528522fd992 |
line diff
1.1 --- a/pidgin/receipt Wed Jul 07 00:14:35 2010 +0200
1.2 +++ b/pidgin/receipt Sat Aug 14 16:57:26 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