summaryrefslogtreecommitdiff
path: root/packages/mozilla/firefox_1.0.7.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-05-07 11:31:23 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-05-07 11:31:23 +0000
commit9bde98efe0f773f113eefe26762c2fd1bcc64b16 (patch)
tree2c961f585a30348649da951d234e8c541584739e /packages/mozilla/firefox_1.0.7.bb
parent15df48be127ab405f0696157b522a4d2a6048c22 (diff)
firefox_1.0.7.bb : add patch from
http://article.gmane.org/gmane.linux.debian.ports.arm/4082 by Lennert Buytenhek fix a small QA issue firefox_2.0.0.3 : new version with same patch as above added.
Diffstat (limited to 'packages/mozilla/firefox_1.0.7.bb')
-rw-r--r--packages/mozilla/firefox_1.0.7.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/mozilla/firefox_1.0.7.bb b/packages/mozilla/firefox_1.0.7.bb
index 3a82dafd92..dd4d734f89 100644
--- a/packages/mozilla/firefox_1.0.7.bb
+++ b/packages/mozilla/firefox_1.0.7.bb
@@ -5,7 +5,9 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/
file://firefox-cc-fix.patch;patch=1 \
file://jsautocfg.h \
file://extensions-hack.patch;patch=1 \
- file://firefox-1.0-gcc4-compile.patch;patch=1;pnum=0"
+ file://firefox-1.0-gcc4-compile.patch;patch=1;pnum=0 \
+ file://xptcinvoke-arm.patch;patch=1 \
+ file://mozilla-eabi.patch;patch=1"
S = "${WORKDIR}/mozilla"
@@ -13,6 +15,8 @@ inherit mozilla
require firefox.inc
+EXTRA_OECONF += " --with-gssapi=${STAGINGLIBDIR}/../"
+
do_compile_prepend() {
cp ${WORKDIR}/jsautocfg.h ${S}/js/src/
}