diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-02 04:25:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-02 04:25:32 +0000 |
commit | d29e4eed95e94f329787f2a64aea59cd9f997cd1 (patch) | |
tree | 24e2205ed2b53114886633774c3d596fc0e2a728 | |
parent | e72602b77088f0a536c3e8a29ba858d4564a8eaa (diff) |
automatic import of opensshopeneuler20.03_LTS_SP1
-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 \ |