mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-24 00:42:49 +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
|
%build
|
||||||
%serverbuild
|
%serverbuild
|
||||||
%set_build_flags
|
%setup_compile_flags
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
export BUILD_OPT=1
|
export BUILD_OPT=1
|
||||||
export OPTIMIZER="%{optflags}"
|
export OPTIMIZER="%{optflags}"
|
||||||
|
@ -307,9 +307,9 @@ export USE_64=1
|
||||||
unset USE_64 || :
|
unset USE_64 || :
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make_build -j1 -C ./nss/coreconf
|
%make -j1 -C ./nss/coreconf
|
||||||
%make_build -j1 -C ./nss/lib/dbm
|
%make -j1 -C ./nss/lib/dbm
|
||||||
%make_build -j1 -C ./nss
|
%make -j1 -C ./nss
|
||||||
|
|
||||||
%if %{build_empty}
|
%if %{build_empty}
|
||||||
# tuck away the empty libnssckbi.so library
|
# tuck away the empty libnssckbi.so library
|
||||||
|
@ -346,8 +346,8 @@ pushd nss/lib/ckfw/builtins
|
||||||
# recreate certificates
|
# recreate certificates
|
||||||
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
|
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
|
||||||
|
|
||||||
%make_build clean
|
%make clean
|
||||||
%make_build -j1
|
%make -j1
|
||||||
|
|
||||||
popd
|
popd
|
||||||
export LD_LIBRARY_PATH="$OLD"
|
export LD_LIBRARY_PATH="$OLD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue