wok diff emacs/receipt @ rev 6687
Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 21:49:16 2010 +0000 (2010-10-12) |
parents | 725a2347adc3 |
children | 31bd61ac9873 |
line diff
1.1 --- a/emacs/receipt Sun May 16 10:20:33 2010 +0200 1.2 +++ b/emacs/receipt Tue Oct 12 21:49:16 2010 +0000 1.3 @@ -36,7 +36,7 @@ 1.4 --localstatedir=/var/lib \ 1.5 --sharedstatedir=/var/lib \ 1.6 --prefix=/usr && \ 1.7 - make && \ 1.8 + make -j 4 && \ 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11