Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Sat, 10 Oct 2020 17:40:45
Message-Id: 1602351614.ff6da85f27b47769d1a8c68f3a865fe10ba5c617.whissi@gentoo
1 commit: ff6da85f27b47769d1a8c68f3a865fe10ba5c617
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 15:52:40 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 17:40:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6da85f
7
8 mail-client/thunderbird: set rpath again
9
10 Required for musl user and will make revdep-rebuild.sh happy.
11
12 Fixes
13
14 $ thunderbird
15 XPCOMGlueLoad error for file /usr/lib/thunderbird/libprldap60.so:
16 Error loading shared library libldap60.so: No such file or directory (needed by /usr/lib/thunderbird/libprldap60.so)
17 Couldn't load XPCOM.
18
19 Bug: https://bugs.gentoo.org/746812
20 Package-Manager: Portage-3.0.8, Repoman-3.0.1
21 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
22
23 mail-client/thunderbird/thunderbird-78.3.2.ebuild | 3 +++
24 1 file changed, 3 insertions(+)
25
26 diff --git a/mail-client/thunderbird/thunderbird-78.3.2.ebuild b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
27 index 065fab852fa..89ae20bf62c 100644
28 --- a/mail-client/thunderbird/thunderbird-78.3.2.ebuild
29 +++ b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
30 @@ -733,6 +733,9 @@ src_configure() {
31 # when they would normally be larger than 2GiB.
32 append-ldflags "-Wl,--compress-debug-sections=zlib"
33
34 + # Make revdep-rebuild.sh happy; Also required for musl
35 + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
36 +
37 # Pass $MAKEOPTS to build system
38 export MOZ_MAKE_FLAGS="${MAKEOPTS}"