mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/heimdal: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2ebc400ae
commit
ca896ab108
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--disable-otp \
|
--disable-otp \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make -j1
|
||||||
make check
|
make -j1 check
|
||||||
make install-strip DESTDIR=$PKG
|
make -j1 install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
rm -rf $PKG/usr/heimdal/man/cat?
|
rm -rf $PKG/usr/heimdal/man/cat?
|
||||||
find $PKG/usr/heimdal/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/heimdal/man -type f -exec gzip -9 {} \;
|
||||||
|
|
Loading…
Reference in a new issue