mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-office/libreoffice: workaround failure w/ lld 17
Closes: https://bugs.gentoo.org/915067 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -404,6 +404,9 @@ src_configure() {
|
||||
RANLIB=llvm-ranlib
|
||||
LDFLAGS+=" -fuse-ld=lld"
|
||||
|
||||
# Workaround for bug #915067
|
||||
append-ldflags -Wl,--undefined-version
|
||||
|
||||
# Not implemented by Clang, bug #903889
|
||||
filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch
|
||||
else
|
||||
|
||||
@@ -404,6 +404,9 @@ src_configure() {
|
||||
RANLIB=llvm-ranlib
|
||||
LDFLAGS+=" -fuse-ld=lld"
|
||||
|
||||
# Workaround for bug #915067
|
||||
append-ldflags -Wl,--undefined-version
|
||||
|
||||
# Not implemented by Clang, bug #903889
|
||||
filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch
|
||||
else
|
||||
|
||||
@@ -402,6 +402,9 @@ src_configure() {
|
||||
RANLIB=llvm-ranlib
|
||||
LDFLAGS+=" -fuse-ld=lld"
|
||||
|
||||
# Workaround for bug #915067
|
||||
append-ldflags -Wl,--undefined-version
|
||||
|
||||
# Not implemented by Clang, bug #903889
|
||||
filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user