libraries/libreadline-java: Forced -j1, build bump.

Running with multiple jobs can randomly cause a a corrupted shared
library.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-06-21 00:50:17 +01:00 committed by David Spencer
parent 53a9ffab31
commit d6b833b30d

View file

@ -24,7 +24,7 @@
PRGNAM=libreadline-java
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -96,7 +96,7 @@ if pkg-config --exists libedit ; then
fi
for target in jar build-native apidoc ; do
make "$target" T_LIBS="$T_LIBS"
make -j1 "$target" T_LIBS="$T_LIBS"
done
install -Dm644 $PRGNAM.jar $PKG/usr/share/java/$PRGNAM.jar