From 5b4b0cf8681f025b7f690669d88f2244e3ac0773 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 14 Apr 2017 14:23:19 +0000 Subject: community/qt5-qt*: move from main --- community/qt5-qtwebkit/fix-rpath.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/qt5-qtwebkit/fix-rpath.patch (limited to 'community/qt5-qtwebkit/fix-rpath.patch') diff --git a/community/qt5-qtwebkit/fix-rpath.patch b/community/qt5-qtwebkit/fix-rpath.patch new file mode 100644 index 0000000000..6b08fd1a39 --- /dev/null +++ b/community/qt5-qtwebkit/fix-rpath.patch @@ -0,0 +1,11 @@ +--- ./Tools/qmake/mkspecs/features/unix/default_post.prf.orig ++++ ./Tools/qmake/mkspecs/features/unix/default_post.prf +@@ -59,8 +59,6 @@ + } + } + +-contains(TEMPLATE, app): CONFIG += rpath +- + CONFIG(debug, debug|release)|force_debug_info { + # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase. + !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory -- cgit v1.2.3