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

dotnetcore-sdk-bin will not work with USE="libressl" #427

Open
jason-oliveira opened this issue May 30, 2019 · 2 comments
Open

dotnetcore-sdk-bin will not work with USE="libressl" #427

jason-oliveira opened this issue May 30, 2019 · 2 comments

Comments

@jason-oliveira
Copy link

So, #424 was not really the way to solve the LibreSSL problem. Now I'm filing a bug to put libressl support back into dotnetcore-sdk-bin

adding:
!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )
along with an IUSE="libressl" fixed the ebuild.

@jason-oliveira
Copy link
Author

@zigford
Copy link

zigford commented Aug 17, 2019

Would it be safer to use openssl-compat ? Just in case libressl is not ABI compatible 100%?
I'm looking at creating some PR's to add arm64 and my test system has libressl, so I'm looking for the best solution to update the dotnet core packages that require openssl

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 a pull request may close this issue.

2 participants