network/mumble: Remove NUMJOBS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-27 18:28:52 +07:00 committed by Robby Workman
parent cac6007ddd
commit 3971898799
1 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@ PKGTYPE=${PKGTYPE:-tgz}
G15=${G15:-no}
OVERLAY=${OVERLAY:-yes}
COMPAT32=${COMPAT32:-no}
NUMJOBS=${NUMJOBS:-1}
SPEECHD=${SPEECHD:-yes}
CELT=${CELT:-yes}
@ -145,7 +144,7 @@ cmake \
$BUILD_OVERLAY \
$BUILD_OVERLAY32 ..
make -j${NUMJOBS}
make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \