]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/qt5/qt5webkit/5.6.2/0001-qtwebkit-fix-QA-issue-bad-RPATH.patch
support/testing: update ISO9660 test case Linux kernel
[coffee/buildroot.git] / package / qt5 / qt5webkit / 5.6.2 / 0001-qtwebkit-fix-QA-issue-bad-RPATH.patch
1 From 1735a8484ef9ae336f8d607b56bda64c8af10c79 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 Downloaded from:
14 https://github.com/meta-qt5/meta-qt5/blob/krogoth/recipes-qt/qt5/qtwebkit/
15 0001-qtwebkit-fix-QA-issue-bad-RPATH.patch
16
17 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
18 ---
19  Tools/qmake/mkspecs/features/unix/default_post.prf | 1 -
20  1 file changed, 1 deletion(-)
21
22 diff --git a/Tools/qmake/mkspecs/features/unix/default_post.prf b/Tools/qmake/mkspecs/features/unix/default_post.prf
23 index fd66af6..ef754c3 100644
24 --- a/Tools/qmake/mkspecs/features/unix/default_post.prf
25 +++ b/Tools/qmake/mkspecs/features/unix/default_post.prf
26 @@ -61,7 +61,6 @@ linux-*g++* {
27      }
28  }
29  
30 -contains(TEMPLATE, app): CONFIG += rpath
31  
32  CONFIG(debug, debug|release)|force_debug_info {
33      # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
34 -- 
35 2.7.0
36