Fridrich Strba 2016-05-26 21:19:34 +00:00 committed by Git OBS Bridge
parent 1e84fd4665
commit 0f7288da69
2 changed files with 2671 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -183,6 +183,7 @@ Patch14: zero-javadoc-verbose.patch
Patch103: ppc-zero-hotspot.patch Patch103: ppc-zero-hotspot.patch
Patch1000: icedtea-3.0.1-sunec.patch Patch1000: icedtea-3.0.1-sunec.patch
Patch1001: java-1_8_0-openjdk-suse-desktop-files.patch Patch1001: java-1_8_0-openjdk-suse-desktop-files.patch
Patch2000: java-1_8_0-openjdk-gcc6.patch
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -493,6 +494,8 @@ patch -p0 -i %{PATCH14}
patch -p0 -i %{PATCH103} patch -p0 -i %{PATCH103}
%endif %endif
patch -p0 -i %{PATCH2000}
(cd openjdk/common/autoconf (cd openjdk/common/autoconf
bash ./autogen.sh bash ./autogen.sh
) )