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