wok diff xmlrpc-c/receipt @ rev 16504
Fix tcl build on ARM and add tcllib
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 24 03:51:21 2014 +0200 (2014-04-24) |
parents | 7d672a2330b8 |
children | ad86373a4a8c |
line diff
1.1 --- a/xmlrpc-c/receipt Wed Apr 23 01:06:05 2014 +0200 1.2 +++ b/xmlrpc-c/receipt Thu Apr 24 03:51:21 2014 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 xargs touch -d 197001010000 1.5 ./configure --prefix=/usr \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 1 && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11