aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebkit/fix-rpath.patch
blob: 5c20514417e40d2c15bf8b719cf0ce32635b8960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: qtwebkit-opensource-src-5.1.0/Tools/qmake/mkspecs/features/unix/default_post.prf
===================================================================
--- qtwebkit-opensource-src-5.1.0.orig/Tools/qmake/mkspecs/features/unix/default_post.prf
+++ qtwebkit-opensource-src-5.1.0/Tools/qmake/mkspecs/features/unix/default_post.prf
@@ -32,8 +32,6 @@ linux-*g++* {
     QMAKE_OBJECTIVE_CFLAGS += -Wno-c++11-extensions -Wno-c++0x-extensions
 }
 
-contains(TEMPLATE, app): CONFIG += rpath
-
 isEqual(QT_ARCH,i386):CONFIG(debug, debug|release) {
   # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
   config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory