diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebkit/fix-rpath.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebkit/fix-rpath.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-qt/qt5/qtwebkit/fix-rpath.patch b/recipes-qt/qt5/qtwebkit/fix-rpath.patch deleted file mode 100644 index 5c205144..00000000 --- a/recipes-qt/qt5/qtwebkit/fix-rpath.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: qtwebkit-opensource-src-5.1.0/Tools/qmake/mkspecs/features/unix/default_post.prf | ||
2 | =================================================================== | ||
3 | --- qtwebkit-opensource-src-5.1.0.orig/Tools/qmake/mkspecs/features/unix/default_post.prf | ||
4 | +++ qtwebkit-opensource-src-5.1.0/Tools/qmake/mkspecs/features/unix/default_post.prf | ||
5 | @@ -32,8 +32,6 @@ linux-*g++* { | ||
6 | QMAKE_OBJECTIVE_CFLAGS += -Wno-c++11-extensions -Wno-c++0x-extensions | ||
7 | } | ||
8 | |||
9 | -contains(TEMPLATE, app): CONFIG += rpath | ||
10 | - | ||
11 | isEqual(QT_ARCH,i386):CONFIG(debug, debug|release) { | ||
12 | # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase. | ||
13 | config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory | ||