Skip to content

Commit

Permalink
app-accessibility/flite: restrict src_compile to -j1
Browse files Browse the repository at this point in the history
Reliably fails to build with higher parallelism.

Signed-off-by: Patrick Lauer <[email protected]>
  • Loading branch information
patricklauer committed Nov 25, 2022
1 parent c7828cc commit 4daddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-accessibility/flite/flite-2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ multilib_src_configure() {
}

multilib_src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}

multilib_src_install_all() {
Expand Down

0 comments on commit 4daddfa

Please sign in to comment.