diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-08-25 18:10:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-08-25 18:13:52 +0200 |
commit | c5cea15507f919e3ecefac52551ab99912830c23 (patch) | |
tree | e5cbfea121e2989e13e3d7e003c3efd2047bd1f9 /dev-libs/klibc | |
parent | dev-libs/klibc: Drop old (diff) | |
download | gentoo-c5cea15507f919e3ecefac52551ab99912830c23.tar.gz gentoo-c5cea15507f919e3ecefac52551ab99912830c23.tar.bz2 gentoo-c5cea15507f919e3ecefac52551ab99912830c23.zip |
dev-libs/klibc: Fix build on Raspberry PI (#446700 by Adam Martak)
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r-- | dev-libs/klibc/klibc-2.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |