Commit 84f956d8 authored by Konstantin Artyushkin's avatar Konstantin Artyushkin

fix build for openssl >= 1.1

parent ce04e932
......@@ -31,8 +31,8 @@ Openssh portable (Etersoft edition) for using with NX in RX@Etersoft.
%prep
%setup
# fix build with openssl 1.1
if [ -s %_libdir/libssl.so.1.1 ] || [ -s /%_lib/libssl.so.1.1 ] ; then
# fix build with openssl >= 1.1
if [ ! -s %_libdir/libssl.so.1.0.* ] || [ ! -s /%_lib/libssl.so.1.0.* ] ; then
%patch1 -p1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment