diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-05 12:36:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-05 12:36:21 +0200 |
commit | 2f38cb9616612f5550b6e285e3af8ad3f31053a6 (patch) | |
tree | cf75ea5acb643b186734735dcaafc6ca5ae4a622 /mail-client/thunderbird | |
parent | www-client/firefox: fix building against sys-devel/binutils-config[-native-sy... (diff) | |
download | gentoo-2f38cb9616612f5550b6e285e3af8ad3f31053a6.tar.gz gentoo-2f38cb9616612f5550b6e285e3af8ad3f31053a6.tar.bz2 gentoo-2f38cb9616612f5550b6e285e3af8ad3f31053a6.zip |
mail-client/thunderbird: fix building against sys-devel/binutils-config[-native-symlinks]
Bug: https://bugs.gentoo.org/727160
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r-- | mail-client/thunderbird/thunderbird-68.9.0.ebuild | 1 |
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 |