]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
sync parallel/verbose build options with firefox
authorJan Palus <atler@pld-linux.org>
Sun, 8 Sep 2019 17:08:04 +0000 (19:08 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 Sep 2019 17:08:04 +0000 (19:08 +0200)
thunderbird.spec

index 4970e3289b0ef2acc1bc663308b86f5185e7ce9c..05be2a74759d56875522e8e577a35c30cafb0f52 100644 (file)
@@ -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
This page took 0.355625 seconds and 4 git commands to generate.