summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-03-27 13:02:26 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-03-27 13:02:45 -0400
commitf9e24964982637efe864a8d340517d59ec355dac (patch)
tree92233e0dc8a858355dbc20cc1f8e85cce0c9d58d /dev-libs/klibc
parentmedia-sound/drumstick: Version bump 1.1.1 (diff)
downloadgentoo-f9e24964982637efe864a8d340517d59ec355dac.tar.gz
gentoo-f9e24964982637efe864a8d340517d59ec355dac.tar.bz2
gentoo-f9e24964982637efe864a8d340517d59ec355dac.zip
dev-libs/klibc: workaround for parallel make error
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r--dev-libs/klibc/klibc-2.0.4-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/klibc/klibc-2.0.4-r3.ebuild b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
index 8e334dc61ba3..d882a5476cb6 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" \