From 3c27dc24717653feeea13669c4634a1bc1b1cb7d Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 27 Jan 2020 11:06:31 +0100 Subject: [PATCH] Revert "pass %{_smp_mflags} to `make` to speed up the build" This reverts commit 6e689ce0cb97f3c82973a3bfec53a2a02706f442. This still has a race condition and causes the build fail. --- nss.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nss.spec b/nss.spec index 7b22961..fb8ec8a 100644 --- a/nss.spec +++ b/nss.spec @@ -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