mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/bglibs: Parallel build is buggy
Bug: https://bugs.gentoo.org/343617 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -45,7 +45,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
# Parallel build fails, bug #343617
|
||||
MAKEOPTS+=" -j1" default
|
||||
|
||||
if use doc; then
|
||||
emake -C doc/latex pdf
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user