commit: c5cea15507f919e3ecefac52551ab99912830c23
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:10:28 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:13:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cea155
dev-libs/klibc: Fix build on Raspberry PI (#446700 by Adam Martak)
Package-Manager: portage-2.3.0
dev-libs/klibc/klibc-2.0.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/klibc/klibc-2.0.4.ebuild
b/dev-libs/klibc/klibc-2.0.4.ebuild
index 319325d..7593537 100644
--- a/dev-libs/klibc/klibc-2.0.4.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -165,6 +165,7 @@ src_compile() {
-e '1iCONFIG_AEABI=y' \
-e '/CONFIG_OABI_COMPAT/d' \
-e '1iCONFIG_OABI_COMPAT=y' \
+ -e '1iCONFIG_ARM_UNWIND=y' \
"${KS}"/.config \
"${S}"/defconfig
fi