summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-10 17:52:40 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-10 19:40:14 +0200
commitff6da85f27b47769d1a8c68f3a865fe10ba5c617 (patch)
treee3bc89bfab561739cff4b3fbdff52e02c3666664 /mail-client
parentwww-client/firefox: set rpath again (diff)
downloadgentoo-ff6da85f27b47769d1a8c68f3a865fe10ba5c617.tar.gz
gentoo-ff6da85f27b47769d1a8c68f3a865fe10ba5c617.tar.bz2
gentoo-ff6da85f27b47769d1a8c68f3a865fe10ba5c617.zip
mail-client/thunderbird: set rpath again
Required for musl user and will make revdep-rebuild.sh happy. Fixes $ thunderbird XPCOMGlueLoad error for file /usr/lib/thunderbird/libprldap60.so: Error loading shared library libldap60.so: No such file or directory (needed by /usr/lib/thunderbird/libprldap60.so) Couldn't load XPCOM. Bug: https://bugs.gentoo.org/746812 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-78.3.2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.2.ebuild b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
index 065fab852fa8..89ae20bf62c1 100644
--- a/mail-client/thunderbird/thunderbird-78.3.2.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
@@ -733,6 +733,9 @@ src_configure() {
# when they would normally be larger than 2GiB.
append-ldflags "-Wl,--compress-debug-sections=zlib"
+ # Make revdep-rebuild.sh happy; Also required for musl
+ append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
+
# Pass $MAKEOPTS to build system
export MOZ_MAKE_FLAGS="${MAKEOPTS}"