From 4be840a5784dace2ab79a3a5d39bca695bdbeece Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 30 Sep 2018 21:36:47 +0200 Subject: mozconfig-v6.60.eclass: disable elf-hack when USE=clang Bug: https://bugs.gentoo.org/667216 Signed-off-by: Thomas Deutschmann --- eclass/mozconfig-v6.60.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index 42a693b5e108..6e6b0249bbae 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -331,7 +331,10 @@ mozconfig_config() { mozconfig_use_with system-harfbuzz mozconfig_use_with system-harfbuzz system-graphite2 - if use arm ; then + if use clang ; then + # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822 + mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack + elif use arm ; then mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack fi -- cgit v1.2.3-65-gdbad