summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff')
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff b/ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff
deleted file mode 100644
index a3d74ffce..000000000
--- a/ubuntu/maverick/dependencies/tqt3/debian/patches/06_disable_rpath.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-author: Martin Loschwitz <madkiss@madkiss.org>
-
-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