diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 16:50:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 16:50:44 +0000 |
commit | b4c78b800cd821c72432bee08282b250aad6164f (patch) | |
tree | 043a488fed4b9ba4fa28127062da011a2850ace1 | |
parent | a4f6afb5566a0f40459ca38ff8a2e20f59b696bb (diff) |
firefox updates
BKrev: 40e83564EhXVGuzgyVEGkOw4Xh7LKQ
-rw-r--r-- | firefox/firefox-0.9/no-xmb.patch | 0 | ||||
-rw-r--r-- | firefox/firefox_0.9.oe | 13 |
2 files changed, 8 insertions, 5 deletions
diff --git a/firefox/firefox-0.9/no-xmb.patch b/firefox/firefox-0.9/no-xmb.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/firefox/firefox-0.9/no-xmb.patch diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe index 7427c46d35..ad102b74cb 100644 --- a/firefox/firefox_0.9.oe +++ b/firefox/firefox_0.9.oe @@ -1,17 +1,20 @@ -DEPENDS = "xt xi zip-native gtk+" -PR = "r1" +DEPENDS = "xt xi zip-native gtk+ orbit2" +PR = "r2" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ file://mozconfig \ - file://xptcstubs.patch;patch=1" + file://xptcstubs.patch;patch=1 \ + file://no-xmb.patch;patch=1" S = "${WORKDIR}/mozilla" FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl" # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux -CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}" -CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}" +CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" +CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" + +SELECTED_OPTIMIZATION = "-O" export CROSS_COMPILE=1 export HOST_LIBIDL_CONFIG="libIDL-config-2" |