mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
53a9ffab31
commit
d6b833b30d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue