forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
bc505af3f8
commit
2bc5b7ce8d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user