diff options
| author | 2018-07-27 23:56:58 -0400 | |
|---|---|---|
| committer | 2018-07-27 23:56:58 -0400 | |
| commit | 7d46d9816c5c7912b05ad59e7e91899a114b835f (patch) | |
| tree | e50c0e8c20c5232907ceb835a6e706f377b601d4 /debian/patches/disable_rpath.patch | |
| parent | 6d3d39356473078c6b47e03b8a7616e4b34de928 (diff) | |
d/p/disable_rpath.patch: Drop, no longer needed.
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 - } - |
