forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
86ae4a4a94
commit
4e3af1d1bd
@ -49,12 +49,6 @@
|
|||||||
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
||||||
# real file made by update-ca-certificates
|
# real file made by update-ca-certificates
|
||||||
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
|
%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}
|
%ifnarch %{jit_arches}
|
||||||
%global _with_zero 1
|
%global _with_zero 1
|
||||||
%endif
|
%endif
|
||||||
@ -143,6 +137,8 @@
|
|||||||
%else
|
%else
|
||||||
%global with_sunec 0
|
%global with_sunec 0
|
||||||
%endif
|
%endif
|
||||||
|
# turn zero on non jit arches by default
|
||||||
|
%bcond_without bootstrap
|
||||||
%bcond_with zero
|
%bcond_with zero
|
||||||
# Turn on/off some features depending on openSUSE version
|
# Turn on/off some features depending on openSUSE version
|
||||||
%if 0%{?suse_version} >= 1130
|
%if 0%{?suse_version} >= 1130
|
||||||
|
Loading…
x
Reference in New Issue
Block a user