This commit is contained in:
parent
5c67d410cc
commit
35ff7c400d
@ -49,7 +49,6 @@
|
||||
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
||||
# real file made by update-ca-certificates
|
||||
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
|
||||
%global with_sunec 1
|
||||
# turn zero on non jit arches by default
|
||||
%ifnarch %{jit_arches}
|
||||
%global _with_zero 1
|
||||
@ -119,6 +118,11 @@
|
||||
%if 0%{?__isa_bits}
|
||||
%global bits %{__isa_bits}
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%global with_sunec 1
|
||||
%else
|
||||
%global with_sunec 0
|
||||
%endif
|
||||
%bcond_with zero
|
||||
# Turn on/off some features depending on openSUSE version
|
||||
%if 0%{?suse_version} >= 1130
|
||||
@ -443,7 +447,6 @@ sh autogen.sh
|
||||
%configure \
|
||||
%if %{with_sunec}
|
||||
--enable-sunec \
|
||||
--enable-non-nss-curves \
|
||||
%endif
|
||||
--enable-bootstrap \
|
||||
--disable-infinality \
|
||||
|
Loading…
Reference in New Issue
Block a user