Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Sat, 09 Feb 2019 16:07:24
Message-Id: 1549728434.94173bb658f9898599560ed15f5a98cb18f988a6.chewi@gentoo
1 commit: 94173bb658f9898599560ed15f5a98cb18f988a6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 16:05:58 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 16:07:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94173bb6
7
8 dev-libs/libtommath: LT env var is ineffective, use LIBTOOL
9
10 As a result, libtool was using the build linker when cross-compiling.
11
12 Package-Manager: Portage-2.3.59, Repoman-2.3.12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild
19 index 6ee139e50bc..d240a0bcc5f 100644
20 --- a/dev-libs/libtommath/libtommath-1.1.0.ebuild
21 +++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild
22 @@ -26,7 +26,7 @@ src_prepare() {
23 EOF
24 touch NEWS README AUTHORS ChangeLog Makefile.am
25 eautoreconf
26 - export LT="${S}"/libtool
27 + export LIBTOOL="${S}"/libtool
28 }
29
30 src_configure() {