From ff6da85f27b47769d1a8c68f3a865fe10ba5c617 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 10 Oct 2020 17:52:40 +0200 Subject: 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 --- mail-client/thunderbird/thunderbird-78.3.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail-client/thunderbird') 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}" -- cgit v1.2.3-65-gdbad