diff options
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 |
commit | e2cfab6421932ddc1748af373668afd57ac19087 (patch) | |
tree | 8fc650482fa7afd751e2da1b2fc1aa4f50b137a1 /libraries/openmotif | |
parent | a4f5cc8e13991c967027f85456144742dbb67b58 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/openmotif/openmotif.SlackBuild b/libraries/openmotif/openmotif.SlackBuild index 6f806d3956cc..233ada2b0aec 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 |