From c5cea15507f919e3ecefac52551ab99912830c23 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 25 Aug 2016 18:10:28 +0200 Subject: [PATCH] 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 319325da5f81..7593537cd4ba 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 -- 2.26.2