summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-10-30 18:24:41 +0000
committerMike Frysinger <vapier@gentoo.org>2013-10-30 18:24:41 +0000
commitb2d1970a67262571b282acd27d2c41fc000af7f6 (patch)
tree902cca0451adc9b82f9c085bcaa623ad1ead05e5 /sys-libs/libunwind
parentInitial commit. Bug #488422. Thanks to Nikos Chantziaras <realnc@gmail.com> f... (diff)
downloadgentoo-2-b2d1970a67262571b282acd27d2c41fc000af7f6.tar.gz
gentoo-2-b2d1970a67262571b282acd27d2c41fc000af7f6.tar.bz2
gentoo-2-b2d1970a67262571b282acd27d2c41fc000af7f6.zip
Call elibtoolize to fix relinking issues when cross-compiling.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r--sys-libs/libunwind/ChangeLog5
-rw-r--r--sys-libs/libunwind/libunwind-1.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog
index e50aa5912644..9e6a5c38317e 100644
--- a/sys-libs/libunwind/ChangeLog
+++ b/sys-libs/libunwind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libunwind
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.36 2013/10/25 14:53:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.37 2013/10/30 18:24:41 vapier Exp $
+
+ 30 Oct 2013; Mike Frysinger <vapier@gentoo.org> libunwind-1.1.ebuild:
+ Call elibtoolize to fix relinking issues when cross-compiling.
25 Oct 2013; Jeroen Roovers <jer@gentoo.org> libunwind-1.1.ebuild:
Marked ~hppa too.
diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild
index 9a4699eba842..7b220a60a6fe 100644
--- a/sys-libs/libunwind/libunwind-1.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.10 2013/10/25 14:53:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.11 2013/10/30 18:24:41 vapier Exp $
EAPI="5"
-inherit eutils
+inherit eutils libtool
DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
@@ -32,6 +32,7 @@ src_prepare() {
echo 'int main(){return 0;}' > tests/Ltest-dyn1.c
sed -i -e '/LIBLZMA/s:-lzma:-llzma:' configure{,.ac} || die #444050
+ elibtoolize
}
src_configure() {