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> ...@@ -15,8 +15,6 @@ Packager: Pavel Vainerman <pv@altlinux.ru>
# Source-git: https://github.com/openssh/openssh-portable.git # Source-git: https://github.com/openssh/openssh-portable.git
Source: %name-%version.tar Source: %name-%version.tar
Patch1: 0001-fix-openssl-1.1.patch-eterbug-12901.patch
Requires: nx-libs >= 3.5.0.31 Requires: nx-libs >= 3.5.0.31
BuildRequires: libpam-devel libssl-devel nx-libs-devel openssh-clients zlib-devel 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. ...@@ -31,11 +29,6 @@ Openssh portable (Etersoft edition) for using with NX in RX@Etersoft.
%prep %prep
%setup %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 %build
# detect config placement # detect config placement
confdir="" confdir=""
......
tar: . name=@name@-@version@ tar: . name=@name@-@version@
spec: .gear/nxssh.spec 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