[packages/thunderbird] sync parallel/verbose build options with firefox
    atler 
    atler at pld-linux.org
       
    Sun Sep  8 19:08:42 CEST 2019
    
    
  
commit fed9e01935e149fd913864eb70c4f1ac45cd1692
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Sep 8 19:08:04 2019 +0200
    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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/fed9e01935e149fd913864eb70c4f1ac45cd1692
    
    
More information about the pld-cvs-commit
mailing list