diff options
Diffstat (limited to 'debian/patches/disable_rpath.patch')
| -rw-r--r-- | debian/patches/disable_rpath.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/disable_rpath.patch b/debian/patches/disable_rpath.patch deleted file mode 100644 index 01523e7..0000000 --- a/debian/patches/disable_rpath.patch +++ /dev/null @@ -1,32 +0,0 @@ -Description: Don't use rpath, https://wiki.debian.org/RpathIssue -Author: Unit 193 <unit193@ubuntu.com> -Origin: vendor -Forwarded: no -Last-Update: 2015-01-30 - -Index: sqlitestudio/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro -=================================================================== ---- sqlitestudio.orig/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro -+++ sqlitestudio/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro -@@ -23,7 +23,7 @@ TEMPLATE = app -
- DEFINES += PORTABLE_CONFIG
-
--linux|portable {
-+portable {
- QMAKE_LFLAGS += -Wl,-rpath,./lib
- }
-
-Index: sqlitestudio/SQLiteStudio3/sqlitestudio/sqlitestudio.pro -=================================================================== ---- sqlitestudio.orig/SQLiteStudio3/sqlitestudio/sqlitestudio.pro -+++ sqlitestudio/SQLiteStudio3/sqlitestudio/sqlitestudio.pro -@@ -25,7 +25,7 @@ TEMPLATE = app - - CONFIG += c++11 - QMAKE_CXXFLAGS += -pedantic --linux|portable { -+portable { - QMAKE_LFLAGS += -Wl,-rpath,./lib - } - |
