commit: 9cb276c0255dea64850dccc9db2f652924137765 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 15:51:27 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 17:40:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb276c0
www-client/firefox: set rpath again Required for musl user and will make revdep-rebuild.sh happy. Closes: https://bugs.gentoo.org/746812 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-78.3.1.ebuild | 3 +++ www-client/firefox/firefox-81.0.1-r1.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 09bc37ebd21..68d1fd3ca2b 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -747,6 +747,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}" diff --git a/www-client/firefox/firefox-81.0.1-r1.ebuild b/www-client/firefox/firefox-81.0.1-r1.ebuild index c7040123858..9f2968716fb 100644 --- a/www-client/firefox/firefox-81.0.1-r1.ebuild +++ b/www-client/firefox/firefox-81.0.1-r1.ebuild @@ -747,6 +747,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}"
