1
0
2016-06-02 15:09:47 +00:00
committed by Git OBS Bridge
parent 76127e1f17
commit 81c64cfc81

View File

@@ -505,7 +505,7 @@ patch -p0 -i %{PATCH2000}
%if 0%{?suse_version} >= 1330
%ifarch %ix86
until make %{?_smp_mflags}; do echo "Retrying the build"; done
for i in {1..10}; do make %{?_smp_mflags} && break; done
%else
make %{?_smp_mflags}
%endif