mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user