dev-libs/klibc: Fix build on Raspberry PI (#446700 by Adam Martak)
authorPacho Ramos <pacho@gentoo.org>
Thu, 25 Aug 2016 16:10:28 +0000 (18:10 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 25 Aug 2016 16:13:52 +0000 (18:13 +0200)
Package-Manager: portage-2.3.0

dev-libs/klibc/klibc-2.0.4.ebuild

index 319325da5f818abe496dc977bf623d98d13ce006..7593537cd4ba86ea64bb960df7db59eb84699112 100644 (file)
@@ -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