www-client/seamonkey: Adopted rpath handling from firefox ebuilds.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 4 Jan 2016 19:16:39 +0000 (20:16 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 4 Jan 2016 19:16:59 +0000 (20:16 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
www-client/seamonkey/seamonkey-2.39.ebuild

index 628b69fe14f4354cca8521ede3a715236968f045..48f1fc6d19a154f54e6b4f220d1ed14fdbfffbae 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -175,6 +175,9 @@ 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"