summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-02-09 16:05:58 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-02-09 16:07:14 +0000
commit94173bb658f9898599560ed15f5a98cb18f988a6 (patch)
tree2d770636f92fc599b8d2249013aa351da4df8e10 /dev-libs/libtommath
parentdev-libs/libtommath: libtool is BDEPEND but handled by eclass anyway (diff)
downloadgentoo-94173bb658f9898599560ed15f5a98cb18f988a6.tar.gz
gentoo-94173bb658f9898599560ed15f5a98cb18f988a6.tar.bz2
gentoo-94173bb658f9898599560ed15f5a98cb18f988a6.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/libtommath-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild
index 6ee139e50bc0..d240a0bcc5ff 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() {