Skip to content

Commit

Permalink
mail-client/thunderbird: fix building against sys-devel/binutils-conf…
Browse files Browse the repository at this point in the history
…ig[-native-symlinks]

Bug: https://bugs.gentoo.org/727160
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Sergei Trofimovich authored and Whissi committed Jun 5, 2020
1 parent de520cd commit 2f38cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail-client/thunderbird/thunderbird-68.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f38cb9

Please sign in to comment.