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