diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-01 09:16:21 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-01 13:16:09 +0200 |
commit | 7d34a1965b6a650c06e298331d45165c094f8248 (patch) | |
tree | c63ee28692870c9c74886494dd51ef868985180a /recipes/qt4/qt4-x11-free.inc | |
parent | a969fd16fd4f70d5093408b07d87b663658df932 (diff) |
qt4: Add patch to fix the visibility and bsymbolic detection
Do not use "$COMPILER" to execute the test. This fails when
the passed compiler is something like "ccache gcc".
Diffstat (limited to 'recipes/qt4/qt4-x11-free.inc')
-rw-r--r-- | recipes/qt4/qt4-x11-free.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-x11-free.inc b/recipes/qt4/qt4-x11-free.inc index 52db1872ef..6ca20561cd 100644 --- a/recipes/qt4/qt4-x11-free.inc +++ b/recipes/qt4/qt4-x11-free.inc @@ -16,6 +16,7 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz file://0006-freetype-host-includes.patch;patch=1 \ file://0007-openssl-host-includes.patch;patch=1 \ file://0008-qt-lib-infix.patch;patch=1 \ + file://fix-config-tests.patch;patch=1 \ file://g++.conf \ file://linux.conf \ " |