Commit bd142f27 authored by akw's avatar akw

Fix RedOS build

parent eaff5bb8
...@@ -32,7 +32,7 @@ Openssh portable (Etersoft edition) for using with NX in RX@Etersoft. ...@@ -32,7 +32,7 @@ Openssh portable (Etersoft edition) for using with NX in RX@Etersoft.
%setup %setup
# fix build with openssl >= 1.1 # fix build with openssl >= 1.1
if [ ! -s %_libdir/libssl.so.1.0.* ] || [ ! -s /%_lib/libssl.so.1.0.* ] ; then if [ ! $(readlink -f %_libdir/libssl.so | grep 1.0.*) ] || [ ! $(readlink -f %_lib/libssl.so | grep 1.0.*) ] ; then
%patch1 -p1 %patch1 -p1
fi 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