]> git.pld-linux.org Git - packages/icedtea8.git/commitdiff
drop sunec bcond (no longer conditional)
authorJan Palus <atler@pld-linux.org>
Wed, 6 Jan 2021 17:15:15 +0000 (18:15 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 6 Jan 2021 17:25:29 +0000 (18:25 +0100)
icedtea8.spec

index 3d842c00c06570c042cbb14571669ce3581636b0..da48f1baf19317de11af4c8852e7792748133698 100644 (file)
@@ -15,7 +15,6 @@
 %bcond_with    bootstrap       # build a bootstrap version, using icedtea6
 %bcond_without nss             # don't use NSS
 %bcond_without cacerts         # don't include the default CA certificates
-%bcond_without sunec           # enable Sun EC crypt lib
 %bcond_without systemtap       # build without systemtap
 
 %if %{with bootstrap}
@@ -538,8 +537,7 @@ chmod a+x build-bin/ant
        --enable-system-kerberos \
        --enable-system-pcsc \
        --enable-system-sctp \
-       --%{!?with_nss:dis}%{?with_nss:en}able-nss \
-       --%{!?with_sunec:dis}%{?with_sunec:en}able-sunec
+       --%{!?with_nss:dis}%{?with_nss:en}able-nss
 
 %{__make} extract \
        SHELL=/bin/bash \
@@ -904,7 +902,7 @@ rm -rf $RPM_BUILD_ROOT
 %ifnarch %{arm} x32
 %attr(755,root,root) %{jredir}/lib/%{jre_arch}/libsaproc.so
 %endif
-%{?with_sunec:%attr(755,root,root) %{jredir}/lib/%{jre_arch}/libsunec.so}
+%attr(755,root,root) %{jredir}/lib/%{jre_arch}/libsunec.so
 %attr(755,root,root) %{jredir}/lib/%{jre_arch}/libunpack.so
 %attr(755,root,root) %{jredir}/lib/%{jre_arch}/libverify.so
 %attr(755,root,root) %{jredir}/lib/%{jre_arch}/libzip.so
This page took 0.110514 seconds and 4 git commands to generate.