firefox 3.0.8: lower default pref
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Mar 2009 15:27:47 +0000 (17:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Mar 2009 15:27:47 +0000 (17:27 +0200)
recipes/mozilla/firefox_3.0.8.bb

index 17136d8..fceed37 100644 (file)
@@ -1,6 +1,10 @@
 DEPENDS += "cairo"
 PR = "r1"
 
+# Fails to build with gcc 4.3.x due to wchar problems:
+# /OE/angstrom-dev/cross/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.1/../../../../arm-angstrom-linux-gnueabi/bin/ld: ERROR: mozilla-xremote-client.o: Conflicting definitions of wchar_t
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
        file://jsautocfg.h \
        file://security-cross.patch;patch=1 \