diff options
-rw-r--r-- | openssh.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openssh.spec b/openssh.spec index 847cba6..1952776 100644 --- a/openssh.spec +++ b/openssh.spec @@ -282,8 +282,9 @@ else CFLAGS="$CFLAGS -I%{_includedir}/gssapi" fi +LDFLAGS="%LDFLAGS -L/opt/openssl3/lib" %configure \ - --with-ssl-dir=/opt/openssl3 \ + --with-ssl-dir=/opt/openssl3 \ --sysconfdir=%{_sysconfdir}/ssh --libexecdir=%{_libexecdir}/openssh \ --datadir=%{_datadir}/openssh --with-default-path=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin \ --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin \ |