diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-10 13:39:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-10 14:39:28 +0000 |
commit | 0b881a325f137e22f128643a20a13b18b9833a76 (patch) | |
tree | c775271319fab26104a063016e78e4202b82d08a /testing/qt5-qtwebkit/fix-rpath.patch | |
parent | a17115daadb6b1bb099670b5a23ac47407bd0515 (diff) | |
download | aports-0b881a325f137e22f128643a20a13b18b9833a76.tar.bz2 aports-0b881a325f137e22f128643a20a13b18b9833a76.tar.xz |
testing/qt5-webkit: new aport
Diffstat (limited to 'testing/qt5-qtwebkit/fix-rpath.patch')
-rw-r--r-- | testing/qt5-qtwebkit/fix-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |