diff options
-rw-r--r-- | openssh.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssh.spec b/openssh.spec index dc3003b..847cba6 100644 --- a/openssh.spec +++ b/openssh.spec @@ -283,6 +283,7 @@ else fi %configure \ + --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 \ |