media-libs/vips: filter-lto if clang rather than if lld

Bug: https://bugs.gentoo.org/921728
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-08-02 11:47:31 -04:00
parent 049f1b0591
commit feb25eb970
2 changed files with 4 additions and 4 deletions

View File

@@ -111,8 +111,8 @@ src_prepare() {
}
src_configure() {
# workaround for bug in lld (bug #921728)
tc-ld-is-lld && filter-lto
# workaround for segfault issue in LLVM lto (bug #921728)
tc-is-clang && filter-lto
local emesonargs=(
$(meson_use deprecated)

View File

@@ -105,8 +105,8 @@ src_prepare() {
}
src_configure() {
# workaround for bug in lld (bug #921728)
tc-ld-is-lld && filter-lto
# workaround for segfault issue in LLVM lto (bug #921728)
tc-is-clang && filter-lto
local emesonargs=(
$(meson_use deprecated)