diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-17 20:47:25 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-17 20:47:25 -0500 |
commit | 52fffdaba23c593510c80846eb6ce38034ae8614 (patch) | |
tree | 312408d676316debd99ab10e80f01c4cb4b653ab /user/qt5-qtwebkit/fix-rpath.patch | |
parent | a9605d90ebde79903c87f335a4a8c293a1618302 (diff) | |
download | packages-52fffdaba23c593510c80846eb6ce38034ae8614.tar.gz packages-52fffdaba23c593510c80846eb6ce38034ae8614.tar.bz2 packages-52fffdaba23c593510c80846eb6ce38034ae8614.tar.xz packages-52fffdaba23c593510c80846eb6ce38034ae8614.zip |
user/qt5-qtwebkit: add stale package so we can ship
Diffstat (limited to 'user/qt5-qtwebkit/fix-rpath.patch')
-rw-r--r-- | user/qt5-qtwebkit/fix-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/qt5-qtwebkit/fix-rpath.patch b/user/qt5-qtwebkit/fix-rpath.patch new file mode 100644 index 000000000..6b08fd1a3 --- /dev/null +++ b/user/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 |