bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 16:30:31 +03:00
parent f6a0f3ad25
commit ef46ac1b7d

View file

@ -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"