!36 【Mainline】Optimize compilation time
From: @yixiangzhike Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
5fa4d23be7
7
nss.spec
7
nss.spec
@ -14,7 +14,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: %{nss_version}
|
Version: %{nss_version}
|
||||||
Release: 7
|
Release: 8
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Provides: nss-system-init
|
Provides: nss-system-init
|
||||||
@ -186,7 +186,7 @@ export POLICY_FILE="nss.config"
|
|||||||
# location of the policy file
|
# location of the policy file
|
||||||
export POLICY_PATH="/etc/crypto-policies/back-ends"
|
export POLICY_PATH="/etc/crypto-policies/back-ends"
|
||||||
|
|
||||||
make -C ./nss all
|
make -j16 -C ./nss all
|
||||||
make -C ./nss latest
|
make -C ./nss latest
|
||||||
|
|
||||||
# build the man pages clean
|
# build the man pages clean
|
||||||
@ -554,6 +554,9 @@ update-crypto-policies &>/dev/null||:
|
|||||||
%doc %{_mandir}/man*
|
%doc %{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 16 2021 yixiangzhike <zhangxingliang3@huawei.com> - 3.54-8
|
||||||
|
- optimize compilation time
|
||||||
|
|
||||||
* Tue Feb 9 2021 maminjie <maminjie1@huawei.com> - 3.54-7
|
* Tue Feb 9 2021 maminjie <maminjie1@huawei.com> - 3.54-7
|
||||||
- fix 0002-keygen-rsa hanging of certmonger
|
- fix 0002-keygen-rsa hanging of certmonger
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user