aboutsummarylogtreecommitdiffstats
path: root/qt5-fix-static-psql-mysql.patch
diff options
context:
space:
mode:
authorMartchus2016-12-08 21:12:17 +0100
committerMartchus2016-12-08 21:12:17 +0100
commitd6d9f6b4af59f7a80b1013c6710baf5dfabf67bf (patch)
tree8a0bb6262420ada7f78fd1a8fefe8b34fc0e42d8 /qt5-fix-static-psql-mysql.patch
parent32d7004cff60350e0b0a9a7ddba7f4260ca5bf92 (diff)
downloadaur-d6d9f6b4af59f7a80b1013c6710baf5dfabf67bf.tar.gz
Fix misc issuss
Diffstat (limited to 'qt5-fix-static-psql-mysql.patch')
-rw-r--r--qt5-fix-static-psql-mysql.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/qt5-fix-static-psql-mysql.patch b/qt5-fix-static-psql-mysql.patch
deleted file mode 100644
index 3c308c57805a..000000000000
--- a/qt5-fix-static-psql-mysql.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- config.tests/unix/psql/psql.pro.orig 2015-02-16 21:56:55.000000000 -0700
-+++ config.tests/unix/psql/psql.pro 2015-03-09 21:45:44.746755052 -0600
-@@ -1,3 +1,3 @@
- SOURCES = psql.cpp
- CONFIG -= qt dylib
--LIBS *= -lpq
-+LIBS *= -lpq -lintl -liconv -lssl -lcrypto -lwldap32 -lshfolder -lwsock32 -lws2_32 -lsecur32 -lgdi32
-
---- config.tests/unix/mysql/mysql.pro.orig 2015-02-16 21:56:55.000000000 -0700
-+++ config.tests/unix/mysql/mysql.pro 2015-03-09 21:38:59.930405876 -0600
-@@ -1,3 +1,3 @@
- SOURCES = mysql.cpp
- CONFIG -= qt dylib
--LIBS += -lmysqlclient
-+LIBS += -lmariadbclient -lws2_32 -lpthread -lz -lm -lssl -lcrypto