diff options
| author | 2014-12-06 17:33:58 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:58 -0500 | |
| commit | b534e5079948c93c510fed6fd1b51f84ace48e48 (patch) | |
| tree | 33cb18b9ffc5637e6a91a4e0b173c703ad2a0b08 /debian/patches/disable_rpath.patch | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Initial import.
Diffstat (limited to 'debian/patches/disable_rpath.patch')
| -rw-r--r-- | debian/patches/disable_rpath.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/patches/disable_rpath.patch b/debian/patches/disable_rpath.patch new file mode 100644 index 0000000..a533d15 --- /dev/null +++ b/debian/patches/disable_rpath.patch @@ -0,0 +1,39 @@ +Description: Don't use rpath, https://wiki.debian.org/RpathIssue +Author: Unit 193 <unit193@ninthfloor.org> +Origin: vendor +Forwarded: no +Last-Update: 2014-11-10 + +--- sqlitestudio-2.99.2.orig/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro ++++ sqlitestudio-2.99.2/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro +@@ -21,7 +21,7 @@ LIBS += -lcoreSQLiteStudio +
+ TEMPLATE = app
+
+-linux|portable {
++portable {
+ QMAKE_LFLAGS += -Wl,-rpath,./lib
+ }
+
+--- sqlitestudio-2.99.2.orig/SQLiteStudio3/sqlitestudio/sqlitestudio.pro ++++ sqlitestudio-2.99.2/SQLiteStudio3/sqlitestudio/sqlitestudio.pro +@@ -25,7 +25,7 @@ TEMPLATE = app +
+ CONFIG += c++11
+ QMAKE_CXXFLAGS += -pedantic
+-linux|portable {
++portable {
+ QMAKE_LFLAGS += -Wl,-rpath,./lib
+ }
+
+--- sqlitestudio-2.99.2.orig/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro ++++ sqlitestudio-2.99.2/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro +@@ -21,7 +21,7 @@ TEMPLATE = app +
+ CONFIG += c++11
+ QMAKE_CXXFLAGS += -pedantic
+-linux|portable {
++portable {
+ QMAKE_LFLAGS += -Wl,-rpath,./lib
+ }
+
|
