diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-09-23 15:11:44 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-09-23 16:32:29 +0200 |
commit | 28c77c46f536ff82691548fb000fa4cc2a5c2378 (patch) | |
tree | 14281b828ddb11a9aceae4ae49bd9ed48340e939 /www-client/seamonkey | |
parent | media-sound/pulseaudio: always disable bluez5-gst, tweak REQUIRED_USE (diff) | |
download | gentoo-28c77c46f536ff82691548fb000fa4cc2a5c2378.tar.gz gentoo-28c77c46f536ff82691548fb000fa4cc2a5c2378.tar.bz2 gentoo-28c77c46f536ff82691548fb000fa4cc2a5c2378.zip |
www-client/seamonkey: Disable ELF hack
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.9.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.9.ebuild b/www-client/seamonkey/seamonkey-2.53.9.ebuild index df992f53f532..639b00c6f4ec 100644 --- a/www-client/seamonkey/seamonkey-2.53.9.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.9.ebuild @@ -403,6 +403,9 @@ src_configure() { # use startup-cache for faster startup time mozconfig_annotate '' --enable-startupcache + # Broken on some arches + mozconfig_annotate '' --disable-elf-hack + # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig |