From fed9e01935e149fd913864eb70c4f1ac45cd1692 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 8 Sep 2019 19:08:04 +0200 Subject: [PATCH] sync parallel/verbose build options with firefox --- thunderbird.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 4970e32..05be2a7 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1335,7 +1335,10 @@ ac_add_options --with-system-png ac_add_options --with-system-zlib EOF -AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v +export MOZ_MAKE_FLAGS="-j1" +export MOZ_SERVICES_SYNC="1" + +AUTOCONF=/usr/bin/autoconf2_13 ./mach build %if %{with crashreporter} # create debuginfo for crash-stats.mozilla.com -- 2.43.0