commit: f9e24964982637efe864a8d340517d59ec355dac
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 17:02:26 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 17:02:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e24964
dev-libs/klibc: workaround for parallel make error
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/klibc/klibc-2.0.4-r3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/klibc/klibc-2.0.4-r3.ebuild
b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
index 8e334dc61ba..d882a5476cb 100644
--- a/dev-libs/klibc/klibc-2.0.4-r3.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
@@ -178,7 +178,8 @@ src_compile() {
append-ldflags -z noexecstack
append-flags -nostdlib
- emake \
+ # Parallel build intermittantly fails when doing `LIST
usr/klibc/syscalls/klib.list'
+ emake -j1 \
EXTRA_KLIBCAFLAGS="-Wa,--noexecstack" \
EXTRA_KLIBCLDFLAGS="-z noexecstack" \
HOSTLDFLAGS="-z noexecstack" \