diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:49:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:49:14 +0000 |
commit | 4ff8b59a986c1d737129603a026a33b6cb016686 (patch) | |
tree | ff82a77683170e5060a222b695edb4afc2829ac1 /packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch | |
parent | 61cd1b840978cd8e3afdb1c643557d5b1b9a4a98 (diff) |
firefox_2.0.0.1.bb : add new version of firefox with a couple of patches
that make it actually run further than before. If now segfaults after
running at 100% cpu for a while. But I cant get arm gdb to give me sensible debugging at the segfault.
Diffstat (limited to 'packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch')
-rw-r--r-- | packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch b/packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch new file mode 100644 index 0000000000..39978cfd11 --- /dev/null +++ b/packages/mozilla/firefox-2.0.0.1/jsautocfg-dontoverwrite.patch @@ -0,0 +1,23 @@ +--- mozilla/js/src/Makefile.in.orig 2006-12-12 11:46:02.000000000 +0000 ++++ mozilla/js/src/Makefile.in 2006-12-12 11:46:27.000000000 +0000 +@@ -319,20 +319,8 @@ + + jsopcode.h jsopcode.c: jsopcode.tbl + +-ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH))) + jsautocfg.h: + touch $@ +-else +-ifeq ($(OS_ARCH),WINCE) +-jsautocfg.h: +- touch $@ +-else +-jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX) +- @rm -f $@ jsautocfg.tmp +- ./jscpucfg > jsautocfg.tmp +- mv jsautocfg.tmp $@ +-endif +-endif + + # jscpucfg is a strange target + # Needs to be built with the host compiler but needs to include |