aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/disable_rpath.patch
blob: 29095d3f20e2c0cc63945a91ee6691af693001d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: Don't use rpath, https://wiki.debian.org/RpathIssue
Author: Unit 193 <unit193@ninthfloor.org>
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
@@ -21,7 +21,7 @@ LIBS += -lcoreSQLiteStudio
 
 TEMPLATE = app
 
-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
 }