diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-07-22 15:04:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-22 15:04:04 +0000 |
commit | f387f474dd437adb4dda558f82d501bb61b892dd (patch) | |
tree | c3720715da8a882b434a9c4101dab2cff852005f /packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch | |
parent | df387252340d96675f4f27b347e1db0fa643a153 (diff) |
firefox:
remove old versions.
Add EXCLUDE_FROM_SHLIBS = "1" to stop minimo depending on firefox.
minimo:
Add EXCLUDE_FROM_SHLIBS = "1" to stop firefox depending on minimo.
Diffstat (limited to 'packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch')
-rw-r--r-- | packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch b/packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch deleted file mode 100644 index e2df2a390c..0000000000 --- a/packages/mozilla/firefox-1.0.5/firefox-cc-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- mozilla/js/src/Makefile.in 2004-03-31 09:38:54.000000000 -0700 -+++ mozilla.new/js/src/Makefile.in 2004-11-12 16:29:32.856436952 -0700 -@@ -342,16 +342,10 @@ - - jsopcode.h jsopcode.c: jsopcode.tbl - --ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH))) -+# OE hack - we copy this in - jsautocfg.h: - touch $@ --else --jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX) -- @rm -f $@ jsautocfg.tmp -- ./jscpucfg > jsautocfg.tmp -- mv jsautocfg.tmp $@ --endif -- -+ - # jscpucfg is a strange target - # Needs to be built with the host compiler but needs to include - # the mdcpucfg for the target so it needs the appropriate target defines |