Commit e4fc5821 authored by Pavel Vainerman's avatar Pavel Vainerman

restore fix-openssl-1.1.patch

parent 12424661
Pipeline #1548 failed with stages
......@@ -13,6 +13,8 @@ Url: https://github.com/openssh/openssh-portable
Source: %name-%version.tar
Patch1: 0001-fix-openssl-1.1.patch-eterbug-12901.patch
Requires: nx-libs >= 3.5.0.31
# Automatically added by buildreq on Wed Nov 08 2017
......@@ -35,6 +37,11 @@ confdir=""
%__subst "s|-DSSHDIR=\\\\\"\$(sysconfdir)\\\\\"|-DSSHDIR=\\\\\"\$(sysconfdir)${confdir}\\\\\"|g" Makefile.in
# fix build with openssl 1.1
if [ -s %_libdir/libssl.so.1.1 ] ; then
%patch1 -p1
fi
%build
with_kerberos=
%if_enabled kerberos5
......
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