From 5c67d410ccd05ccd15ac8bdf4a22a7030fba2177fea4fec9b369e88e8d5c3257 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 3 Jun 2016 14:36:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=165 --- java-1_8_0-openjdk.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index 36078c6..32a8c62 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -49,6 +49,7 @@ %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 @@ -118,11 +119,6 @@ %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 @@ -447,6 +443,7 @@ sh autogen.sh %configure \ %if %{with_sunec} --enable-sunec \ + --enable-non-nss-curves \ %endif --enable-bootstrap \ --disable-infinality \