Revert "pass %{_smp_mflags} to `make` to speed up the build"

This reverts commit 6e689ce0cb.

This still has a race condition and causes the build fail.
This commit is contained in:
Daiki Ueno 2020-01-27 11:06:31 +01:00
parent 36505c331d
commit 3c27dc2471
1 changed files with 1 additions and 4 deletions

View File

@ -302,10 +302,7 @@ export POLICY_FILE="nss.config"
# location of the policy file
export POLICY_PATH="/etc/crypto-policies/back-ends"
make %{?_smp_mflags} -C ./nss/lib export
make %{?_smp_mflags} -C ./nss/lib
make %{?_smp_mflags} -C ./nss/cmd/lib
make %{?_smp_mflags} -C ./nss
make -C ./nss
# build the man pages clean
pushd ./nss