diff options
-rw-r--r-- | mail-client/thunderbird/thunderbird-78.3.2.ebuild | 3 |
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}" |