aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-07-12 16:40:52 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-07-12 16:40:52 -0400
commit61c68555371e5a170044d4bc0ae91060f462f7f8 (patch)
tree9472144c00a359667a5d433c41d29a046a1bcc8d
parentmozlinguas-v2.eclass: adjust mozlinguas_xpistage_langpacks to support new forms (diff)
downloadmozilla-61c68555371e5a170044d4bc0ae91060f462f7f8.tar.gz
mozilla-61c68555371e5a170044d4bc0ae91060f462f7f8.tar.bz2
mozilla-61c68555371e5a170044d4bc0ae91060f462f7f8.zip
www-client/seamonkey-2.42.2.0: drop the doubled -Wl,-rpath linker option
-rw-r--r--www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
index 98d052c9..5a752e13 100644
--- a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
+++ b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
@@ -201,9 +201,6 @@ src_configure() {
mozconfig_init
mozconfig_config
- # We want rpath support to prevent unneeded hacks on different libc variants
- append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}"
-
# It doesn't compile on alpha without this LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"