summaryrefslogtreecommitdiff
path: root/dev-libs/libtommath/libtommath-1.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /dev-libs/libtommath/libtommath-1.2.0.ebuild
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'dev-libs/libtommath/libtommath-1.2.0.ebuild')
-rw-r--r--dev-libs/libtommath/libtommath-1.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild
index c72f2d4668d5..98ca746cc7d9 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
@@ -19,7 +19,7 @@ BDEPEND="sys-devel/libtool"
src_prepare() {
default
- # need libtool for cross compilation. Bug #376643
+ # need libtool for cross compilation, bug #376643
cat <<-EOF > configure.ac
AC_INIT(libtommath, 0)
AM_INIT_AUTOMAKE
@@ -28,9 +28,10 @@ src_prepare() {
AC_OUTPUT
EOF
- touch NEWS README AUTHORS ChangeLog Makefile.am
+ touch NEWS README AUTHORS ChangeLog Makefile.am || die
eautoreconf
+
export LIBTOOL="${S}"/libtool
}