From: Paul Sokolovsky Date: Sun, 19 Nov 2006 02:37:48 +0000 (+0000) Subject: qte 2.3.10: Workaround symbol export issue with GCC 4.1 X-Git-Tag: Release-2010-05/1~9453^2~424^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e9d91b303d76e992ecddf7710055309422da82a;p=openembedded.git qte 2.3.10: Workaround symbol export issue with GCC 4.1 * "Workaround GCC 4.1 issues with -fvisibility-inlines-hidden (see #1521) by disabling it for qpe only. TODO: pinpoint actual issue causing GCC misbehavior." * Eases #1521 a bit. --- 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 \