# HG changeset patch # User Christopher Rogers # Date 1295106942 0 # Node ID 82caed2c4f26fc293fb82ca48c662769ed131164 # Parent 6c05202efacd999adf1e412087fc145f5660f208 Change -j 4 to -j 1 in mono. Need to do this for it to build. diff -r 6c05202efacd -r 82caed2c4f26 mono/receipt --- a/mono/receipt Sat Jan 15 15:38:39 2011 +0000 +++ b/mono/receipt Sat Jan 15 15:55:42 2011 +0000 @@ -25,7 +25,7 @@ --mandir=/usr/share/man \ --sysconfdir=/etc \ $CONFIGURE_ARGS && - make -j 4 && + make -j 1 && make DESTDIR=$PWD/_pkg install }