# HG changeset patch # User Pascal Bellard # Date 1301173209 -3600 # Node ID 9994f83b20f6b3b6787b727ca8ff2c343be9ee3d # Parent aa6aabdbbe2fc17a899dfae09960a88c30419790 dahdi-tools: needs -j1 diff -r aa6aabdbbe2f -r 9994f83b20f6 dahdi-tools/receipt --- a/dahdi-tools/receipt Sat Mar 26 21:54:03 2011 +0100 +++ b/dahdi-tools/receipt Sat Mar 26 22:00:09 2011 +0100 @@ -22,11 +22,11 @@ --exec-prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make -C ppp && - make DESTDIR=$PWD/_pkg install && - make DESTDIR=$PWD/_pkg -C ppp install && - make DESTDIR=$PWD/_pkg config + make -j1 && + make -j1 -C ppp && + make -j1 DESTDIR=$PWD/_pkg install && + make -j1 DESTDIR=$PWD/_pkg -C ppp install && + make -j1 DESTDIR=$PWD/_pkg config } # Rules to gen a SliTaz package suitable for Tazpkg.