audio/flake: 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:01 +01:00 committed by Willy Sudiarto Raharjo
parent 2efb440101
commit 3326270009

View file

@ -77,7 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX}
make
make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \