summarylogtreecommitdiffstats
path: root/qt5-enable-rpath-for-host-tools.patch
diff options
context:
space:
mode:
authorPhilip A Reimer2015-06-12 21:51:33 -0600
committerPhilip A Reimer2015-06-12 21:51:33 -0600
commit7c7ec9526178dcad370028bc6bd26760342f2efe (patch)
treed1d03404e6ee97030e23500d600f7f545e890af7 /qt5-enable-rpath-for-host-tools.patch
downloadaur-7c7ec9526178dcad370028bc6bd26760342f2efe.tar.gz
Initial import
Diffstat (limited to 'qt5-enable-rpath-for-host-tools.patch')
-rw-r--r--qt5-enable-rpath-for-host-tools.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/qt5-enable-rpath-for-host-tools.patch b/qt5-enable-rpath-for-host-tools.patch
new file mode 100644
index 000000000000..55aaf448b7d9
--- /dev/null
+++ b/qt5-enable-rpath-for-host-tools.patch
@@ -0,0 +1,10 @@
+--- qtbase-opensource-src-5.1.0/mkspecs/features/qt_app.prf.orig 2013-08-01 01:21:52.461910182 +0200
++++ qtbase-opensource-src-5.1.0/mkspecs/features/qt_app.prf 2013-08-01 01:22:46.777801052 +0200
+@@ -20,6 +20,7 @@
+ QMAKE_LFLAGS += $$QMAKE_LFLAGS_GCSECTIONS
+
+ host_build: QT -= gui # no host tool will ever use gui
++host_build: QT_CONFIG += rpath
+ host_build:force_bootstrap {
+ !build_pass: CONFIG += release
+ contains(QT, core(-private)?|xml) {