diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-10 17:51:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-10 19:40:13 +0200 |
commit | 9cb276c0255dea64850dccc9db2f652924137765 (patch) | |
tree | 155fd54da66503d91a31f9005825b70ca1e4cf1b /www-client | |
parent | www-client/firefox: rev bump for new patch set (diff) | |
download | gentoo-9cb276c0255dea64850dccc9db2f652924137765.tar.gz gentoo-9cb276c0255dea64850dccc9db2f652924137765.tar.bz2 gentoo-9cb276c0255dea64850dccc9db2f652924137765.zip |
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 3 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 09bc37ebd219..68d1fd3ca2b8 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 c70401238583..9f2968716fbe 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}" |