]> git.pld-linux.org Git - packages/firefox.git/blob - xulrunner-new-libxul.patch
- up to 50.1.0, fixes:
[packages/firefox.git] / xulrunner-new-libxul.patch
1 diff -ruNp mozilla.orig/toolkit/mozapps/installer/packager.py mozilla/toolkit/mozapps/installer/packager.py
2 --- mozilla.orig/toolkit/mozapps/installer/packager.py  2015-04-03 04:30:06.000000000 +0200
3 +++ mozilla/toolkit/mozapps/installer/packager.py       2015-04-10 14:52:45.133163567 +0200
4 @@ -152,7 +152,7 @@ def precompile_cache(formatter, source_p
5      os.remove(cache)
6  
7      try:
8 -        extra_env = {'MOZ_STARTUP_CACHE': cache}
9 +        extra_env = {'MOZ_STARTUP_CACHE': cache, 'LD_PRELOAD': os.path.join(gre_path, 'libxul.so')}
10          if buildconfig.substs.get('MOZ_TSAN'):
11              extra_env['TSAN_OPTIONS'] = 'report_bugs=0'
12          if launcher.launch(['xpcshell', '-g', gre_path, '-a', app_path,
This page took 0.029028 seconds and 3 git commands to generate.