From da51a36948be6b5cfc200772bf5e51f8545ca4c3 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sun, 17 Jun 2018 01:32:58 +0200 Subject: nx-libs.spec: disable parallel builds, was pure luck that it worked before. What actually happened was that MFLAGS were passed-through more correctly, which forced make into jobserver mode (due to the inclusion of --jobserver-fds=... in %{_smp_mflags}), but the processes were not able to read from their FD's, so it defaulted to non-parallel builds instead. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-libs.spec') diff --git a/nx-libs.spec b/nx-libs.spec index 3b46d4266..8a8c2299f 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -412,7 +412,7 @@ FORCE_TIRPC='NO' FORCE_TIRPC='YES' %endif IMAKE_DEFINES="-DUseTIRPC=${FORCE_TIRPC}" -make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" IMAKE_DEFINES="${IMAKE_DEFINES}" +make CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" IMAKE_DEFINES="${IMAKE_DEFINES}" %install make install \ -- cgit v1.2.3