aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/disable_rpath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/disable_rpath.patch b/debian/patches/disable_rpath.patch
index 4a8bb0a..29095d3 100644
--- a/debian/patches/disable_rpath.patch
+++ b/debian/patches/disable_rpath.patch
@@ -30,16 +30,3 @@ Index: sqlitestudio/SQLiteStudio3/sqlitestudio/sqlitestudio.pro
QMAKE_LFLAGS += -Wl,-rpath,./lib
}
-Index: sqlitestudio/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
-===================================================================
---- sqlitestudio.orig/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
-+++ sqlitestudio/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
-@@ -21,7 +21,7 @@ TEMPLATE = app
-
- CONFIG += c++11
- QMAKE_CXXFLAGS += -pedantic
--linux|portable {
-+portable {
- QMAKE_LFLAGS += -Wl,-rpath,./lib
- }
-