diff options
author | Sam James <sam@gentoo.org> | 2023-10-11 09:29:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-11 09:29:22 +0100 |
commit | 1c9e8df3cb2bccfcd1699bbae7c30ee7ca616435 (patch) | |
tree | ed92171f9a1cfaffeb1c3f99c84acf92658b9607 /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | media-sound/spotify: drop 1.2.20-r3 (diff) | |
download | gentoo-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.ebuild | 3 |
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 |