diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2014-01-28 21:19:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-29 21:55:25 +0100 |
commit | a317282d25c1355e085de80b71a0b199c773bb8b (patch) | |
tree | 7dc387ebc411ef73a3a4396a4266dbc6798b3dc1 /recipes-qt/qt5/qtbase/0012-qtbase-allow-build-of-examples.patch | |
parent | 7cca3003fa653447d814ead3fd805bd87c5872fd (diff) | |
download | meta-qt5-a317282d25c1355e085de80b71a0b199c773bb8b.tar.gz |
qtwebkit: drop obsolete patch 0001-jsc-Add-licuuc-licui18n-LIBS.patch
This patch caused a linker error:
| linking ../../bin/jsc
| [...]ld: cannot find -licuuc -licui18n
The linker command-line contains:
| [...] -licuuc\ -licui18n [...] -licui18n -licuuc -licudata [...]
So the problem gets caused by the backslash, making the actual library
name "libicuuc -licui18n.so". This may have been caused be the double
quotes used in the patch. However, since both libs are already part
of the command-line, the patch can just get dropped. The patch indicates,
that it was created for a beta version, so I assume that this was
fixed before the 5.2 release.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase/0012-qtbase-allow-build-of-examples.patch')
0 files changed, 0 insertions, 0 deletions