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