Skip to content
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

Allow merging dotnetcore bins with openssl-compat in order to support LibreSSL #479

Closed
wants to merge 3 commits into from

Conversation

azahi
Copy link
Contributor

@azahi azahi commented Sep 5, 2020

I poked around with trying to run binaries on a machine with dev-libs/libressl, turns out that ABI is not that compatible for a proper .NET Core support.

The issue could be resolved by removing a direct dependency on OpenSSL by allowing building with dev-libs/openssl-compat, as @zigford already suggested. This could also fix #427.

I also noticed that repoman complains about headers being wrong but decided to leave it as is.

Remove direct dependency on dev-libs/openssl by allowing
dev-libs/openssl-compat. This can be used as a workaround for merging
dotnetcore on a system that uses dev-libs/libressl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dotnetcore-sdk-bin will not work with USE="libressl"
1 participant