Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Tue, 29 Aug 2017 22:09:05
Message-Id: 1504044538.8fe213f891dd7a0014374e0d0200e2907d6cb6d2.slyfox@gentoo
1 commit: 8fe213f891dd7a0014374e0d0200e2907d6cb6d2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 22:08:39 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 22:08:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe213f8
7
8 sys-libs/libunwind: re-apply 1.2 ia64 patches on 1.2.1
9
10 Fixes build failure on ia64.
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 sys-libs/libunwind/libunwind-1.2.1.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/sys-libs/libunwind/libunwind-1.2.1.ebuild b/sys-libs/libunwind/libunwind-1.2.1.ebuild
18 index 636eaa471a5..fb9461f14a9 100644
19 --- a/sys-libs/libunwind/libunwind-1.2.1.ebuild
20 +++ b/sys-libs/libunwind/libunwind-1.2.1.ebuild
21 @@ -44,10 +44,14 @@ MULTILIB_WRAPPED_HEADERS=(
22
23 PATCHES=(
24 "${FILESDIR}"/${PN}-1.2-coredump-regs.patch #586092
25 + "${FILESDIR}"/${PN}-1.2-ia64-undwarf.patch
26 + "${FILESDIR}"/${PN}-1.2-ia64-ptrace-coredump.patch
27 + "${FILESDIR}"/${PN}-1.2-ia64-missing.patch
28 )
29
30 src_prepare() {
31 default
32 + chmod +x src/ia64/mk_cursor_i || die
33 # Since we have tests disabled via RESTRICT, disable building in the subdir
34 # entirely. This worksaround some build errors too. #484846
35 sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die