]> git.pld-linux.org Git - packages/firefox.git/blame - xulrunner-new-libxul.patch
- try to fix build on i686
[packages/firefox.git] / xulrunner-new-libxul.patch
CommitLineData
54d6358a
JR
1diff -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.058215 seconds and 4 git commands to generate.