diff options
-rw-r--r-- | openssh.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh.spec b/openssh.spec index 1952776..9dd62fd 100644 --- a/openssh.spec +++ b/openssh.spec @@ -282,7 +282,7 @@ else CFLAGS="$CFLAGS -I%{_includedir}/gssapi" fi -LDFLAGS="%LDFLAGS -L/opt/openssl3/lib" +LDFLAGS="$LDFLAGS -L/opt/openssl3/lib" %configure \ --with-ssl-dir=/opt/openssl3 \ --sysconfdir=%{_sysconfdir}/ssh --libexecdir=%{_libexecdir}/openssh \ |