firefox: fix ARM jsautocfg.h
authorKoen Kooi <koen@openembedded.org>
Tue, 5 Aug 2008 11:30:05 +0000 (11:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 5 Aug 2008 11:30:05 +0000 (11:30 +0000)
packages/mozilla/files/arm/jsautocfg.h
packages/mozilla/firefox_3.0.1.bb

index 7e8171f..e9d37de 100644 (file)
@@ -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___ */
index 7952247..dd0d920 100644 (file)
@@ -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"