# HG changeset patch # User Christopher Rogers # Date 1302609302 0 # Node ID f800b0655e5635fd1f161267dc37093ee84599e0 # Parent 63f55f52c422d6037ecb47100b28af0c1b76291f Fixed libisofs by compiling it with -j1. diff -r 63f55f52c422 -r f800b0655e56 libisofs/receipt --- a/libisofs/receipt Tue Apr 12 11:42:31 2011 +0000 +++ b/libisofs/receipt Tue Apr 12 11:55:02 2011 +0000 @@ -14,8 +14,8 @@ { cd $src ./configure && - make && - make install + make -j1 && + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.