Dr. Werner Fink 2024-08-28 10:44:14 +00:00 committed by Git OBS Bridge
parent bf9c78d25e
commit 7c35c3c073

View File

@ -871,6 +871,11 @@ mkdir -p %{buildroot}%{_sysconfdir}/permissions.d
%if %{with checks} %if %{with checks}
%check %check
%ifarch %ix86 %arm
export CC=gcc-13
export AR=gcc-ar-13
export RANLIB=gcc-ranlib-13
%endif
make check make check
%endif %endif