dev-dotnet/dotnet-sdk: filter lto-type-mismatch

Closes: https://bugs.gentoo.org/946334
Closes: https://bugs.gentoo.org/946373
Bug: https://bugs.gentoo.org/938485
Bug: https://github.com/dotnet/runtime/issues/110664
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-12-17 00:01:42 +01:00
parent ec0d57bbfa
commit cbe90d697e
2 changed files with 4 additions and 0 deletions

View File

@@ -163,6 +163,8 @@ pkg_setup() {
src_prepare() {
default
filter-flags -Werror=lto-type-mismatch # Not implemented by Clang, bug 946334
filter-flags -Wlto-type-mismatch
filter-lto
unset DOTNET_ROOT

View File

@@ -173,6 +173,8 @@ pkg_setup() {
src_prepare() {
default
filter-flags -Werror=lto-type-mismatch # Not implemented by Clang, bug 946334
filter-flags -Wlto-type-mismatch
filter-lto
unset DOTNET_ROOT