From 0ef4cd7bd84b6edad90348fc42b6d296109a850a Mon Sep 17 00:00:00 2001 From: rudson Date: Thu, 27 Mar 2008 19:44:21 +0000 Subject: NUMOFJOBS=-j1 em ORBit git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1684 370017ae-e619-0410-ac65-c121f96126d4 --- gnome/base/orbit/ORBit2.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnome/base/orbit') diff --git a/gnome/base/orbit/ORBit2.SlackBuild b/gnome/base/orbit/ORBit2.SlackBuild index f282e4bb..05095cbe 100644 --- a/gnome/base/orbit/ORBit2.SlackBuild +++ b/gnome/base/orbit/ORBit2.SlackBuild @@ -41,8 +41,7 @@ REPOS=${REPOS:=$TMP} PREFIX=${PREFIX:=/usr} PKG_WORK="$TMP/$SRC_NAME" CONF_OPTIONS=${CONF_OPTIONS:=""} -# Paralell build is not working for me... -# NUMJOBS=${NUMJOBS:="-j4"} +NUMJOBS="-j1" # Set system libraries' path and optmization flags based on $ARCH LIBDIR="$PREFIX/lib" @@ -97,7 +96,7 @@ CFLAGS="$SLKCFLAGS" \ --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF # Compile -make || exit $ERROR_MAKE +make $NUMJOBS || exit $ERROR_MAKE # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL -- cgit v1.2.3