Skip to content

Commit

Permalink
mail-client/thunderbird: set rpath again
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Whissi committed Oct 10, 2020
1 parent 9cb276c commit ff6da85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mail-client/thunderbird/thunderbird-78.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit ff6da85

Please sign in to comment.