wok diff dahdi-tools/receipt @ rev 9581

Fixed libisofs by compiling it with -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 11:55:02 2011 +0000 (2011-04-12)
parents aa6aabdbbe2f
children 24263dfa9f84
line diff
     1.1 --- a/dahdi-tools/receipt	Sat Mar 26 21:54:03 2011 +0100
     1.2 +++ b/dahdi-tools/receipt	Tue Apr 12 11:55:02 2011 +0000
     1.3 @@ -22,11 +22,11 @@
     1.4  		--exec-prefix=/usr \
     1.5  		--mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 -	make -C ppp &&
     1.9 -	make DESTDIR=$PWD/_pkg install &&
    1.10 -	make DESTDIR=$PWD/_pkg -C ppp install &&
    1.11 -	make DESTDIR=$PWD/_pkg config
    1.12 +	make -j1 &&
    1.13 +	make -j1 -C ppp &&
    1.14 +	make -j1 DESTDIR=$PWD/_pkg install &&
    1.15 +	make -j1 DESTDIR=$PWD/_pkg -C ppp install &&
    1.16 +	make -j1 DESTDIR=$PWD/_pkg config
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.