summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-11-19 02:38:05 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-11-19 02:38:05 +0000
commitbe29adce770b81754dd18534724919eed0da374a (patch)
tree8a308566cc7a270beada15058349d60a6e5622e2
parent8ef918529299c6afd2eb792b5e5266a1895855b7 (diff)
parent4e9d91b303d76e992ecddf7710055309422da82a (diff)
merge of '8fdd902a1a1f617efa3ad4a034d779faf5219f1e'
and 'ee0a10ae2fb6f8e590f42559bdba40c8ebfb3faf'
-rw-r--r--packages/qte/qte-common_2.3.10.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/qte/qte-common_2.3.10.inc b/packages/qte/qte-common_2.3.10.inc
index 1b3043bf18..6cb2355bcb 100644
--- a/packages/qte/qte-common_2.3.10.inc
+++ b/packages/qte/qte-common_2.3.10.inc
@@ -10,6 +10,11 @@ PROVIDES = "virtual/libqte2"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-${PV}"
+# Workaround GCC 4.1 issues with -fvisibility-inlines-hidden (see #1521)
+# by disabling it for qpe only. TODO: pinpoint actual issue causing GCC
+# misbehavior.
+CXXFLAGS += "-fno-visibility-inlines-hidden"
+
SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;md5sum=1f7ad30113afc500cab7f5b2f4dec0d7 \
file://qpe.patch;patch=1 \
file://vt-switch.patch;patch=1 \