aboutsummarylogtreecommitdiffstats
path: root/qt5-fix-static-psql-mysql.patch
diff options
context:
space:
mode:
authorMartchus2016-09-06 22:40:44 +0200
committerMartchus2016-09-06 22:41:26 +0200
commit56c03b83801b48b03a2af469ae4e6d546976e1c3 (patch)
tree0a05062d625a701deaea68826f9a2b368d667181 /qt5-fix-static-psql-mysql.patch
downloadaur-56c03b83801b48b03a2af469ae4e6d546976e1c3.tar.gz
Provide mingw-w64-qt5-base-dynamic variant
Just tested whether it builds, but not whether it already functions as intended.
Diffstat (limited to 'qt5-fix-static-psql-mysql.patch')
-rw-r--r--qt5-fix-static-psql-mysql.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/qt5-fix-static-psql-mysql.patch b/qt5-fix-static-psql-mysql.patch
new file mode 100644
index 000000000000..3c308c57805a
--- /dev/null
+++ b/qt5-fix-static-psql-mysql.patch
@@ -0,0 +1,15 @@
+--- 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