summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2014-04-17 13:53:27 +0900
committerMichele Calgaro <[email protected]>2014-04-17 13:53:27 +0900
commit7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e (patch)
tree6a309da61ff8fad680a38dd405e7066646262cfa /ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff
parente43a1170040313d3384f0eefdf7a071059b9c2a9 (diff)
downloadtde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.tar.gz
tde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.zip
Removed Ubuntu/raring folder
Diffstat (limited to 'ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff')
-rw-r--r--ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff b/ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff
deleted file mode 100644
index a3d74ffce..000000000
--- a/ubuntu/raring/dependencies/tqt3/debian/patches/06_disable_rpath.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-author: Martin Loschwitz <[email protected]>
-
-Disables the rpath settings in qmake.conf
-
-Index: b/mkspecs/linux-g++/qmake.conf
-===================================================================
---- a/mkspecs/linux-g++/qmake.conf
-+++ b/mkspecs/linux-g++/qmake.conf
-@@ -55,7 +55,7 @@
- QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
- QMAKE_LFLAGS_SONAME = -Wl,-soname,
- QMAKE_LFLAGS_THREAD =
--QMAKE_RPATH = -Wl,-rpath,
-+QMAKE_RPATH =
-
- QMAKE_LIBS = -luuid
- QMAKE_LIBS_DYNLOAD = -ldl
-Index: b/mkspecs/linux-g++-64/qmake.conf
-===================================================================
---- a/mkspecs/linux-g++-64/qmake.conf
-+++ b/mkspecs/linux-g++-64/qmake.conf
-@@ -58,7 +58,7 @@
- QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
- QMAKE_LFLAGS_SONAME = -Wl,-soname,
- QMAKE_LFLAGS_THREAD =
--QMAKE_RPATH = -Wl,-rpath,
-+QMAKE_RPATH =
-
- QMAKE_LIBS = -luuid
- QMAKE_LIBS_DYNLOAD = -ldl