mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/nx: also force -j1 for nx-X11 BuildDependsOnly
Main build for nx-x11 already had the flag, needed also for this smaller initial build step Closes: https://bugs.gentoo.org/950287 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -129,8 +129,9 @@ src_compile() {
|
||||
|
||||
./mesa-quilt push -a || die
|
||||
|
||||
emake -C nx-X11 BuildDependsOnly
|
||||
# Parallel make issue resurfaced, upstream working on autotools switch
|
||||
# Upstream uses -j1 for both BuildDependsOnly and World due to
|
||||
# broken parallel make in imake-generated Makefiles (bug #950287)
|
||||
emake -j1 -C nx-X11 BuildDependsOnly
|
||||
emake -j1 -C nx-X11 World \
|
||||
USRLIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/X11" \
|
||||
SHLIBDIR="${EPREFIX}/usr/$(get_libdir)" \
|
||||
|
||||
Reference in New Issue
Block a user