1
0
Fridrich Strba 2016-06-02 14:44:51 +00:00 committed by Git OBS Bridge
parent bc505af3f8
commit 2bc5b7ce8d

View File

@ -503,8 +503,12 @@ patch -p0 -i %{PATCH2000}
bash ./autogen.sh
)
ulimit -c unlimited
%if 0%{?suse_version} >= 1330
%ifarch %x86
until make %{?_smp_mflags}; do echo "Retrying the build"; done
%else
make %{?_smp_mflags}
%endif
export JAVA_HOME=$(pwd)/%{buildoutputdir}images/j2sdk-image