mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/units: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
86d0c277d9
commit
f47f3104a7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make -j1
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
Loading…
Reference in a new issue