7cc1fe
diff -up firefox-68.8.0/intl/icu_sources_data.py.icu-makefile firefox-68.8.0/intl/icu_sources_data.py
7cc1fe
--- firefox-68.8.0/intl/icu_sources_data.py.icu-makefile	2020-05-11 17:00:03.642605718 +0200
7cc1fe
+++ firefox-68.8.0/intl/icu_sources_data.py	2020-05-11 17:00:37.774642749 +0200
7cc1fe
@@ -246,8 +246,7 @@ def update_data_file(topsrcdir):
7cc1fe
     if not try_run(
7cc1fe
             'icu-make',
7cc1fe
             ['make',
7cc1fe
-             '--jobs=%d' % multiprocessing.cpu_count(),
7cc1fe
-             '--output-sync'],
7cc1fe
+             '--jobs=1'],
7cc1fe
             cwd=objdir):
7cc1fe
         return False
7cc1fe
     print('Copying ICU data file...')