From 8b6fb930f85b152abaede6957e5e09a2753d0282 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 21 Jun 2024 09:35:05 -0400 Subject: nm 33.1.1 --- newmoon/debian/mozconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newmoon/debian/mozconfig') diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index 61a7e75..e6e85a5 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -71,4 +71,8 @@ ac_add_options --disable-personas # Debian Sid/Devuan Ceres; 2020-07 only -j1 works due to a bug. #mk_add_options MOZ_MAKE_FLAGS="-j1" +# Allow packager to specify number of build threads in the build command: +PARALLEL_BUILD=$(echo $DEB_BUILD_OPTIONS | sed -e '/parallel=/!s/.*/1/;s/.*parallel=\([0-9]\+\).*/\1/g') +mk_add_options MOZ_MAKE_FLAGS="-j$PARALLEL_BUILD" + #export MOZ_PKG_SPECIAL=gtk2 -- cgit