diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-05 11:30:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-05 11:30:05 +0000 |
commit | 25f8557ea1211ecc2f6f459e9d3c4adfea2a0904 (patch) | |
tree | fc645398ef3f8adc7db04418fa54e399cb09581e | |
parent | c243274eff9d124bb2d4b008048923dc94101c28 (diff) |
firefox: fix ARM jsautocfg.h
-rw-r--r-- | packages/mozilla/files/arm/jsautocfg.h | 4 | ||||
-rw-r--r-- | packages/mozilla/firefox_3.0.1.bb | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/mozilla/files/arm/jsautocfg.h b/packages/mozilla/files/arm/jsautocfg.h index 7e8171fc23..e9d37dee91 100644 --- a/packages/mozilla/files/arm/jsautocfg.h +++ b/packages/mozilla/files/arm/jsautocfg.h @@ -1,7 +1,7 @@ #ifndef js_cpucfg___ #define js_cpucfg___ -/* AUTOMATICALLY GENERATED - DO NOT EDIT */ +/* AUTOMATICALLY GENERATED - DO NOT EDIT, unless you are an OE dev :) */ #define IS_LITTLE_ENDIAN 1 #undef IS_BIG_ENDIAN @@ -49,4 +49,6 @@ #define JS_STACK_GROWTH_DIRECTION (-1) +#define JS_HAVE_LONG_LONG + #endif /* js_cpucfg___ */ diff --git a/packages/mozilla/firefox_3.0.1.bb b/packages/mozilla/firefox_3.0.1.bb index 7952247322..dd0d9202b7 100644 --- a/packages/mozilla/firefox_3.0.1.bb +++ b/packages/mozilla/firefox_3.0.1.bb @@ -11,8 +11,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/ file://random_to_urandom.diff;patch=1 \ file://jemalloc-tls.patch;patch=1 \ http://ftp.debian.org/debian/pool/main/i/iceweasel/iceweasel_3.0~rc2-2.diff.gz;patch=1 \ - file://0001-Remove-Werror-from-build.patch;patch=1 \ - file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \ + file://0001-Remove-Werror-from-build.patch;patch=1 \ + file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \ " S = "${WORKDIR}/mozilla" |