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