701d96e34a
- update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) OBS-URL: https://build.opensuse.org/request/show/171281 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=30
18 lines
522 B
Diff
18 lines
522 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -11999,6 +11999,12 @@ if test "$no_parallelism_make" = "YES" &
|
|
fi
|
|
fi
|
|
|
|
+if test $PARALLELISM -gt 64 ; then
|
|
+ AC_MSG_WARN([dmake does not work with more than 64 jobs, reducing parallelism to 64.])
|
|
+ add_warning "dmake does not work with more than 64 jobs, reducing parallelism to 64."
|
|
+ PARALLELISM="64"
|
|
+fi
|
|
+
|
|
AC_MSG_RESULT([$PARALLELISM])
|
|
AC_SUBST(PARALLELISM)
|
|
|