commit:     94173bb658f9898599560ed15f5a98cb18f988a6
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 16:05:58 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 16:07:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94173bb6

dev-libs/libtommath: LT env var is ineffective, use LIBTOOL

As a result, libtool was using the build linker when cross-compiling.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild 
b/dev-libs/libtommath/libtommath-1.1.0.ebuild
index 6ee139e50bc..d240a0bcc5f 100644
--- a/dev-libs/libtommath/libtommath-1.1.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild
@@ -26,7 +26,7 @@ src_prepare() {
        EOF
        touch NEWS README AUTHORS ChangeLog Makefile.am
        eautoreconf
-       export LT="${S}"/libtool
+       export LIBTOOL="${S}"/libtool
 }
 
 src_configure() {

Reply via email to