mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libmimedir: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
1d437147e2
commit
60de624b31
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue