summaryrefslogtreecommitdiff
path: root/sys-libs/libunwind/libunwind-1.8.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libunwind/libunwind-1.8.1.ebuild')
-rw-r--r--sys-libs/libunwind/libunwind-1.8.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/libunwind/libunwind-1.8.1.ebuild b/sys-libs/libunwind/libunwind-1.8.1.ebuild
index 1a96013dda65..589d748ba8b7 100644
--- a/sys-libs/libunwind/libunwind-1.8.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.8.1.ebuild
@@ -13,7 +13,7 @@ LIBUNWIND_DOCS_VERSION=1.8.0
# Default to generating docs (inc. man pages) if no prebuilt; overridden later
LIBUNWIND_DOCS_USEFLAG="+doc"
-inherit multilib-minimal
+inherit libtool multilib-minimal
DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
HOMEPAGE="https://savannah.nongnu.org/projects/libunwind"
@@ -82,6 +82,8 @@ src_prepare() {
if [[ ${PV} == 9999 ]] ; then
eautoreconf
+ else
+ elibtoolize
fi
}