dev-libs/klibc: workaround for parallel make error
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 27 Mar 2018 17:02:26 +0000 (13:02 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 27 Mar 2018 17:02:45 +0000 (13:02 -0400)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-libs/klibc/klibc-2.0.4-r3.ebuild

index 8e334dc61ba3a2e85e4e320c4677f5a98368a9c7..d882a5476cb6e76f66c4503e7f53dfaa3304ad85 100644 (file)
@@ -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" \