summaryrefslogtreecommitdiffstats
path: root/libraries/openmotif
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2013-11-12 19:12:51 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-11-12 19:12:51 -0600
commite2cfab6421932ddc1748af373668afd57ac19087 (patch)
tree8fc650482fa7afd751e2da1b2fc1aa4f50b137a1 /libraries/openmotif
parenta4f5cc8e13991c967027f85456144742dbb67b58 (diff)
downloadslackbuilds-e2cfab6421932ddc1748af373668afd57ac19087.tar.gz
slackbuilds-e2cfab6421932ddc1748af373668afd57ac19087.tar.xz
libraries/openmotif: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/openmotif')
-rw-r--r--libraries/openmotif/openmotif.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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