Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/klibc/
Date: Thu, 25 Aug 2016 16:14:03
Message-Id: 1472141632.c5cea15507f919e3ecefac52551ab99912830c23.pacho@gentoo
1 commit: c5cea15507f919e3ecefac52551ab99912830c23
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 16:10:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 16:13:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cea155
7
8 dev-libs/klibc: Fix build on Raspberry PI (#446700 by Adam Martak)
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/klibc/klibc-2.0.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/klibc/klibc-2.0.4.ebuild b/dev-libs/klibc/klibc-2.0.4.ebuild
16 index 319325d..7593537 100644
17 --- a/dev-libs/klibc/klibc-2.0.4.ebuild
18 +++ b/dev-libs/klibc/klibc-2.0.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -165,6 +165,7 @@ src_compile() {
26 -e '1iCONFIG_AEABI=y' \
27 -e '/CONFIG_OABI_COMPAT/d' \
28 -e '1iCONFIG_OABI_COMPAT=y' \
29 + -e '1iCONFIG_ARM_UNWIND=y' \
30 "${KS}"/.config \
31 "${S}"/defconfig
32 fi