diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-01-04 20:16:39 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-01-04 20:16:59 +0100 |
commit | 1d89e165849afc83515a15122b0663a924b88231 (patch) | |
tree | 1cd28e1e1813afd6bcfa6d2c377676a601feac3a /www-client/seamonkey | |
parent | app-admin/hddtemp: Add WDC WD10EZEX-00BN5A0 to hddgentoo db (diff) | |
download | gentoo-1d89e165849afc83515a15122b0663a924b88231.tar.gz gentoo-1d89e165849afc83515a15122b0663a924b88231.tar.bz2 gentoo-1d89e165849afc83515a15122b0663a924b88231.zip |
www-client/seamonkey: Adopted rpath handling from firefox ebuilds.
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.39.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild b/www-client/seamonkey/seamonkey-2.39.ebuild index 628b69fe14f4..48f1fc6d19a1 100644 --- a/www-client/seamonkey/seamonkey-2.39.ebuild +++ b/www-client/seamonkey/seamonkey-2.39.ebuild @@ -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" |