From 887f1cdb191da9e32e6778923d2975d11e72f1b3 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 16 Mar 2021 11:52:26 +0800 Subject: [PATCH] optimize compilation time --- nss.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index cf7a67e..724ff4e 100644 --- a/nss.spec +++ b/nss.spec @@ -14,7 +14,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 7 +Release: 8 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -186,7 +186,7 @@ export POLICY_FILE="nss.config" # location of the policy file export POLICY_PATH="/etc/crypto-policies/back-ends" -make -C ./nss all +make -j16 -C ./nss all make -C ./nss latest # build the man pages clean @@ -554,6 +554,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Tue Mar 16 2021 yixiangzhike - 3.54-8 +- optimize compilation time + * Tue Feb 9 2021 maminjie - 3.54-7 - fix 0002-keygen-rsa hanging of certmonger -- Gitee