wok-next
diff poppler/receipt @ rev 5852
freeradius: fix compile_rules
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Fri Jul 16 23:05:43 2010 +0200 (2010-07-16) |
parents |
ec066bd77049 |
children |
b415119b4b86 |
line diff
1.1 --- a/poppler/receipt Sun Apr 25 22:52:30 2010 +0200
1.2 +++ b/poppler/receipt Fri Jul 16 23:05:43 2010 +0200
1.3 @@ -23,7 +23,7 @@
1.4 --mandir=/usr/share/man \
1.5 --enable-zlib \
1.6 $CONFIGURE_ARGS &&
1.7 - make &&
1.8 + make -j 4 &&
1.9 make DESTDIR=$PWD/_pkg install
1.10 }
1.11