aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/disable_rpath.patch32
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 33 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
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index 4028ab7..2cd49ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-disable_rpath.patch
remove_sourceless_jar.patch