mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 08:22:50 +00:00
bot: rpm5 -> rpm4 (8)
This commit is contained in:
parent
f6a0f3ad25
commit
ef46ac1b7d
1 changed files with 6 additions and 6 deletions
12
nss.spec
12
nss.spec
|
@ -262,7 +262,7 @@ sed -i 's!gcc!%{__cc}!g' nss/coreconf/Linux.mk
|
|||
|
||||
%build
|
||||
%serverbuild
|
||||
%set_build_flags
|
||||
%setup_compile_flags
|
||||
export CC=gcc
|
||||
export BUILD_OPT=1
|
||||
export OPTIMIZER="%{optflags}"
|
||||
|
@ -307,9 +307,9 @@ export USE_64=1
|
|||
unset USE_64 || :
|
||||
%endif
|
||||
|
||||
%make_build -j1 -C ./nss/coreconf
|
||||
%make_build -j1 -C ./nss/lib/dbm
|
||||
%make_build -j1 -C ./nss
|
||||
%make -j1 -C ./nss/coreconf
|
||||
%make -j1 -C ./nss/lib/dbm
|
||||
%make -j1 -C ./nss
|
||||
|
||||
%if %{build_empty}
|
||||
# tuck away the empty libnssckbi.so library
|
||||
|
@ -346,8 +346,8 @@ pushd nss/lib/ckfw/builtins
|
|||
# recreate certificates
|
||||
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
|
||||
|
||||
%make_build clean
|
||||
%make_build -j1
|
||||
%make clean
|
||||
%make -j1
|
||||
|
||||
popd
|
||||
export LD_LIBRARY_PATH="$OLD"
|
||||
|
|
Loading…
Add table
Reference in a new issue