Skip to content

Commit

Permalink
dev-util/elfkickers: build with -j1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/795240
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 24, 2024
1 parent ba49432 commit 9e37e51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-util/elfkickers/elfkickers-3.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ src_prepare() {
sed -i -e "s:^prefix = /usr/local:prefix = \${DESTDIR}/:" Makefile \
|| die "sed failed"
}

src_compile() {
# bug #795240
emake -j1
}

0 comments on commit 9e37e51

Please sign in to comment.