gentoo / dotnet

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

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

Closed azahi closed 3 years ago

azahi commented 3 years ago

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.