forked from pool/java-1_8_0-openjdk
Accepting request 455589 from Java:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/455589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=45
This commit is contained in:
commit
e120ccfa3b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 12:54:10 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Don't run bootstrap build for s390, since it is broken, instead
|
||||
introduce a little cycle on this platform, in order to have
|
||||
working openjdk8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 20:44:57 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
@ -50,6 +50,11 @@
|
||||
# real file made by update-ca-certificates
|
||||
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
|
||||
# turn zero on non jit arches by default
|
||||
%ifarch s390
|
||||
%global _with_bootstrap 0
|
||||
%else
|
||||
%bcond_without bootstrap
|
||||
%endif
|
||||
%ifnarch %{jit_arches}
|
||||
%global _with_zero 1
|
||||
%endif
|
||||
@ -214,7 +219,6 @@ BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: java-bootstrap-devel >= 1.7.0
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpng-devel
|
||||
@ -261,6 +265,11 @@ Provides: jre1.6.x
|
||||
Provides: jre1.7.x
|
||||
Provides: jre1.8.x
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: java-bootstrap-devel >= 1.7.0
|
||||
%else
|
||||
BuildRequires: java-1_8_0-openjdk-devel
|
||||
%endif
|
||||
%if %{with_system_kerberos}
|
||||
BuildRequires: krb5-devel
|
||||
%endif
|
||||
@ -473,7 +482,11 @@ sh autogen.sh
|
||||
%if %{with_sunec}
|
||||
--enable-sunec \
|
||||
%endif
|
||||
%if %{with bootstrap}
|
||||
--enable-bootstrap \
|
||||
%else
|
||||
--disable-bootstrap \
|
||||
%endif
|
||||
--disable-downloading \
|
||||
--with-abs-install-dir=%{_jvmdir}/%{sdkdir} \
|
||||
%ifnarch %{arm} %{aarch64}
|
||||
|
Loading…
x
Reference in New Issue
Block a user