development/sourcenav: Use -j1 in SlackBuild.

Fixes build failure on -current.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-04 01:48:03 +01:00 committed by Willy Sudiarto Raharjo
parent 59eec8ee3a
commit 748441665b
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
make -j1
make -j1 install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true