summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-11 09:29:22 +0100
committerSam James <sam@gentoo.org>2023-10-11 09:29:22 +0100
commit1c9e8df3cb2bccfcd1699bbae7c30ee7ca616435 (patch)
treeed92171f9a1cfaffeb1c3f99c84acf92658b9607 /app-office/libreoffice/libreoffice-9999.ebuild
parentmedia-sound/spotify: drop 1.2.20-r3 (diff)
downloadgentoo-1c9e8df3cb2bccfcd1699bbae7c30ee7ca616435.tar.gz
gentoo-1c9e8df3cb2bccfcd1699bbae7c30ee7ca616435.tar.bz2
gentoo-1c9e8df3cb2bccfcd1699bbae7c30ee7ca616435.zip
app-office/libreoffice: workaround failure w/ lld 17
Closes: https://bugs.gentoo.org/915067 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index b18f51bf94d8..4e7d3a6cd6c6 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -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