wok-next rev 8682
Fixed libsasl-without-ldap.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 17 02:12:31 2011 +0000 (2011-02-17) |
parents | 1d89aa1672da |
children | b29bb6413b0a |
files | libsasl-without-ldap/receipt |
line diff
1.1 --- a/libsasl-without-ldap/receipt Wed Feb 16 20:27:55 2011 +0000 1.2 +++ b/libsasl-without-ldap/receipt Thu Feb 17 02:12:31 2011 +0000 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