From: Adam Osuchowski Date: Sat, 5 Mar 2016 13:02:23 +0000 (+0100) Subject: - fixed bcond ssl2/ssl3 to force build with SSLv2/SSLv3 support X-Git-Tag: auto/ac/openssl-1.0.2g-7~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=2a82d45 - fixed bcond ssl2/ssl3 to force build with SSLv2/SSLv3 support --- diff --git a/openssl.spec b/openssl.spec index fc77b6f..ea015ce 100644 --- a/openssl.spec +++ b/openssl.spec @@ -304,8 +304,8 @@ PERL="%{__perl}" \ --libdir=%{_lib} \ shared \ threads \ - %{!?with_sslv2:no-ssl2} \ - %{!?with_sslv3:no-ssl3} \ + %{?with_sslv2:enable-ssl2}%{!?with_sslv2:no-ssl2} \ + %{?with_sslv3:enable-ssl3}%{!?with_sslv3:no-ssl3} \ %{!?with_zlib:no-}zlib \ enable-camelia \ enable-cms \