-
Notifications
You must be signed in to change notification settings - Fork 378
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
Fix build of ZNC with LibreSSL #594
Comments
|
Changes to Csocket need to go at https://github.com/jimloco/Csocket |
|
Created jimloco/Csocket#49 to fix build with LibreSSL. Saw that the tarball does not include Csocket.cpp, imagine that this is included with some build script? |
|
Both release tarballs and nightly tarballs include it... |
GitHub tarballs don't include submodules and thus are broken and they shouldn't be used. |
|
Sorry, meant to say the GitHub repo does not include Csocket.cpp yet the tarball does |
|
It's submodule which you should be able to find at https://github.com/znc/znc/tree/master/third_party but all changes to it belong to where you already went. |
Here is a patch from the OpenBSD ports tree to fix the build of ZNC against LibreSSL.
http://openbsd.comstyle.com/cgi/cvsweb/ports/net/znc/patches/patch-src_Csocket_cpp?rev=1.1&content-type=text/x-cvsweb-markup
The text was updated successfully, but these errors were encountered: