-
-
Notifications
You must be signed in to change notification settings - Fork 81
ssh2/libgit2: Disable openssl and zlib detection #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh2/libgit2: Disable openssl and zlib detection #290
Conversation
Actually this doesn't work for me:
|
I'm pretty clueless at this point, the error you are seeing now is about
But then fails saying:
How can it have the bundled zlib as NOTFOUND if it's using the bundled one? |
This seems to only be used with the OpenSSL backend (which we plan to drop). libgit2 already use builtin ZLIB, I'm not even sure we if it would be used in libssh2 (we only use libssh2 to provide git ssh access, and git already compress objects.
55a9ef2
to
94db3a7
Compare
Alright, so it turns out the issue was coming from the Force-disabling also the openssl find package fixes it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working on Fedora 42 with openssl-devel
installed.
Thanks! |
This seems to only be used with the OpenSSL backend (which we plan to drop).
libgit2 already use builtin ZLIB, I'm not even sure we if it would be used in libssh2 (we only use libssh2 to provide git ssh access, and git already compress objects.
Should fix the Fedora issue reported in #199 (comment) .