forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
6bce421f1e
commit
5c67d410cc
@ -49,6 +49,7 @@
|
|||||||
%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
|
||||||
|
%global with_sunec 1
|
||||||
# turn zero on non jit arches by default
|
# turn zero on non jit arches by default
|
||||||
%ifnarch %{jit_arches}
|
%ifnarch %{jit_arches}
|
||||||
%global _with_zero 1
|
%global _with_zero 1
|
||||||
@ -118,11 +119,6 @@
|
|||||||
%if 0%{?__isa_bits}
|
%if 0%{?__isa_bits}
|
||||||
%global bits %{__isa_bits}
|
%global bits %{__isa_bits}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1330
|
|
||||||
%global with_sunec 1
|
|
||||||
%else
|
|
||||||
%global with_sunec 0
|
|
||||||
%endif
|
|
||||||
%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
|
||||||
@ -447,6 +443,7 @@ sh autogen.sh
|
|||||||
%configure \
|
%configure \
|
||||||
%if %{with_sunec}
|
%if %{with_sunec}
|
||||||
--enable-sunec \
|
--enable-sunec \
|
||||||
|
--enable-non-nss-curves \
|
||||||
%endif
|
%endif
|
||||||
--enable-bootstrap \
|
--enable-bootstrap \
|
||||||
--disable-infinality \
|
--disable-infinality \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user