network/heimdal: Forced to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-24 22:22:24 +00:00 committed by Heinz Wiesinger
parent d2ebc400ae
commit ca896ab108

View file

@ -80,9 +80,9 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-otp \
--disable-static
make
make check
make install-strip DESTDIR=$PKG
make -j1
make -j1 check
make -j1 install-strip DESTDIR=$PKG
rm -rf $PKG/usr/heimdal/man/cat?
find $PKG/usr/heimdal/man -type f -exec gzip -9 {} \;