qt*: refresh the patches
[scm/bb/tizen-distro.git] / meta-qt5 / recipes-qt / qt5 / qtwebkit / 0001-qtwebkit-fix-QA-issue-bad-RPATH.patch
1 From fe714df9641286e3f005e0021e1c6462fb0b061e Mon Sep 17 00:00:00 2001
2 From: Trevor Woerner <trevor.woerner@linaro.org>
3 Date: Fri, 7 Feb 2014 04:07:17 +0100
4 Subject: [PATCH] qtwebkit: fix QA issue (bad RPATH)
5
6 Building qtwebkit causes a QA issue such that QtWebPluginProcess and
7 QtWebProcess contain bad RPATHs which point into the build location. This fix
8 adds a patch to not include the rpath.prf which causes this problem.
9
10 Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 ---
13  Tools/qmake/mkspecs/features/unix/default_post.prf | 2 --
14  1 file changed, 2 deletions(-)
15
16 diff --git a/Tools/qmake/mkspecs/features/unix/default_post.prf b/Tools/qmake/mkspecs/features/unix/default_post.prf
17 index 75df1c5..5d9a4d2 100644
18 --- a/Tools/qmake/mkspecs/features/unix/default_post.prf
19 +++ b/Tools/qmake/mkspecs/features/unix/default_post.prf
20 @@ -56,8 +56,6 @@ linux-*g++* {
21      }
22  }
23  
24 -contains(TEMPLATE, app): CONFIG += rpath
25 -
26  CONFIG(debug, debug|release)|force_debug_info|separate_debug_info {
27      # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
28      !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory
29 -- 
30 2.1.1
31