gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
78 stars 56 forks source link

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

Open jason-oliveira opened 5 years ago

jason-oliveira commented 5 years ago

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 commented 5 years ago

dotnetcore-sdk-bin-2.2.105.txt

zigford commented 5 years ago

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