From: Thomas Deutschmann Date: Sun, 30 Sep 2018 19:36:47 +0000 (+0200) Subject: mozconfig-v6.60.eclass: disable elf-hack when USE=clang X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4be840a5784dace2ab79a3a5d39bca695bdbeece;p=gentoo.git mozconfig-v6.60.eclass: disable elf-hack when USE=clang Bug: https://bugs.gentoo.org/667216 Signed-off-by: Thomas Deutschmann --- 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