From: Arkadiusz Miƛkiewicz Date: Tue, 21 Oct 2014 12:27:08 +0000 (+0200) Subject: - fix bconds X-Git-Tag: auto/th/openssl-1.0.1j-3~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=84b7a6a036820aad5feda3d36a934656e4c6ed1f - fix bconds --- diff --git a/openssl.spec b/openssl.spec index 39543f5..9ae870c 100644 --- a/openssl.spec +++ b/openssl.spec @@ -274,8 +274,8 @@ PERL="%{__perl}" \ --libdir=%{_lib} \ shared \ threads \ - %{!?with_sslv2:no-}ssl2 \ - %{!?with_sslv3:no-}ssl3 \ + %{!?with_sslv2:no-ssl2} \ + %{!?with_sslv3:no-ssl3} \ %{!?with_zlib:no-}zlib \ enable-camelia \ enable-cms \