Commit 40d72dd1 authored by Konstantin Artyushkin's avatar Konstantin Artyushkin

Remove openssl 1.1 build patch

parent 8cec832e
......@@ -15,8 +15,6 @@ Packager: Pavel Vainerman <pv@altlinux.ru>
# Source-git: https://github.com/openssh/openssh-portable.git
Source: %name-%version.tar
Patch1: 0001-fix-openssl-1.1.patch-eterbug-12901.patch
Requires: nx-libs >= 3.5.0.31
BuildRequires: libpam-devel libssl-devel nx-libs-devel openssh-clients zlib-devel
......@@ -31,11 +29,6 @@ Openssh portable (Etersoft edition) for using with NX in RX@Etersoft.
%prep
%setup
# fix build with openssl >= 1.1
if [ ! $(readlink -f %_libdir/libssl.so | grep 1.0.*) ] || [ ! $(readlink -f %_lib/libssl.so | grep 1.0.*) ] ; then
%patch1 -p1
fi
%build
# detect config placement
confdir=""
......
tar: . name=@name@-@version@
spec: .gear/nxssh.spec
copy: patches/*.patch
This source diff could not be displayed because it is too large. You can view the blob instead.
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