From e2cfab6421932ddc1748af373668afd57ac19087 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 12 Nov 2013 19:12:51 -0600 Subject: libraries/openmotif: Use "make -j1" during build Signed-off-by: Robby Workman --- libraries/openmotif/openmotif.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/openmotif/openmotif.SlackBuild') diff --git a/libraries/openmotif/openmotif.SlackBuild b/libraries/openmotif/openmotif.SlackBuild index 6f806d3956..233ada2b0a 100644 --- a/libraries/openmotif/openmotif.SlackBuild +++ b/libraries/openmotif/openmotif.SlackBuild @@ -66,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG # Let's not conflict with some already installed stuff in other packages -- cgit v1.2.3