summaryrefslogtreecommitdiff
path: root/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-11-20 04:48:57 +0300
committerSergey Lapin <slapin@ossfans.org>2009-11-20 04:48:57 +0300
commitb7ca90501a633c4434904a7ce49403656edbcc22 (patch)
tree17209a712dcf8c91bf6e69e3eaf982e3306adf3b /recipes/mozilla/firefox-3.5.4/linkage-problem.patch
parentc9d89f888ec69245c56358b454f37cffd8bb87ac (diff)
parent7a880a7050b915ea498329242bf5ebc71948301b (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mozilla/firefox-3.5.4/linkage-problem.patch')
-rw-r--r--recipes/mozilla/firefox-3.5.4/linkage-problem.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.5.4/linkage-problem.patch b/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
new file mode 100644
index 0000000000..28bffd1e22
--- /dev/null
+++ b/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
@@ -0,0 +1,14 @@
+--- mozilla/layout/build/Makefile.in~ 2007-11-24 00:38:14.000000000 -0200
++++ mozilla/layout/build/Makefile.in 2007-11-24 00:38:14.000000000 -0200
+@@ -229,6 +229,11 @@
+ $(NULL)
+ endif
+
++ifdef MOZ_ENABLE_XFT
++EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS) \
++ $(NULL)
++endif
++
+ ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO))
+ EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) \
+ $(NULL)