summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-client/thunderbird/thunderbird-68.9.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.9.0.ebuild b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
index 48f7e47c3363..54e53821c216 100644
--- a/mail-client/thunderbird/thunderbird-68.9.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
@@ -500,6 +500,7 @@ src_configure() {
# Set both --target and --host as mozilla uses python to guess values otherwise
mozconfig_annotate '' --target="${CHOST}"
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
+ mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
if use system-libevent ; then
mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
fi