wok diff libsasl-without-ldap/receipt @ rev 11574

Replace all '-j 4' occurences by ''
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:19 2012 +0100 (2012-01-02)
parents 73edabfe2330
children 3c5a4b2eb7cd
line diff
     1.1 --- a/libsasl-without-ldap/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/libsasl-without-ldap/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.3 @@ -23,8 +23,8 @@
     1.4  		--disable-gssapi --enable-login \
     1.5  		--disable-otp --enable-plain \
     1.6  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 -	make DESTDIR=$PWD/_pkg install
     1.9 +	make -j1 &&
    1.10 +	make -j1 DESTDIR=$PWD/_pkg install
    1.11  }
    1.12  
    1.13