# HG changeset patch # User Christopher Rogers # Date 1297908751 0 # Node ID 63aa805b30e048acf0a1fd107ecf4a06c91c3e59 # Parent 1d89aa1672da108636596e3acf46389492eeb2ef Fixed libsasl-without-ldap. diff -r 1d89aa1672da -r 63aa805b30e0 libsasl-without-ldap/receipt --- a/libsasl-without-ldap/receipt Wed Feb 16 20:27:55 2011 +0000 +++ b/libsasl-without-ldap/receipt Thu Feb 17 02:12:31 2011 +0000 @@ -23,8 +23,8 @@ --disable-gssapi --enable-login \ --disable-otp --enable-plain \ --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make -j1 && + make -j1 DESTDIR=$PWD/_pkg install }