From 0b881a325f137e22f128643a20a13b18b9833a76 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 10 Oct 2013 13:39:37 +0000 Subject: testing/qt5-webkit: new aport --- testing/qt5-qtwebkit/fix-rpath.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/qt5-qtwebkit/fix-rpath.patch (limited to 'testing/qt5-qtwebkit/fix-rpath.patch') diff --git a/testing/qt5-qtwebkit/fix-rpath.patch b/testing/qt5-qtwebkit/fix-rpath.patch new file mode 100644 index 0000000000..b032e90c45 --- /dev/null +++ b/testing/qt5-qtwebkit/fix-rpath.patch @@ -0,0 +1,11 @@ +--- ./Tools/qmake/mkspecs/features/unix/default_post.prf.orig 2013-10-10 13:50:38.663745911 +0000 ++++ ./Tools/qmake/mkspecs/features/unix/default_post.prf 2013-10-10 13:50:53.253909607 +0000 +@@ -32,8 +32,6 @@ + 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 -- cgit v1.2.3