Update build procedure after removal of mkdepend

This commit is contained in:
Daiki Ueno 2020-06-02 08:52:10 +02:00
parent 3f35603021
commit 9699d7efc7
1 changed files with 2 additions and 4 deletions

View File

@ -304,16 +304,14 @@ export USE_64=1
%endif
%endif
%{__make} -C ./nss/coreconf
%{__make} -C ./nss/lib/dbm
# Set the policy file location
# if set NSS will always check for the policy file and load if it exists
export POLICY_FILE="nss.config"
# location of the policy file
export POLICY_PATH="/etc/crypto-policies/back-ends"
%{__make} -C ./nss
%{__make} -C ./nss all
%{__make} -C ./nss latest
# build the man pages clean
pushd ./nss