summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-17 05:03:29 (GMT)
committerGitHub <noreply@github.com>2016-08-17 05:03:29 (GMT)
commitdb6c850815935b2aeccadd9171e5c0e38d6a943e (patch)
treec678d63ac7d258836757acc9bc75f2eea251d58a /src/qtbase.mk
parentd0566b2e0e22ceb90ac9e1e746f969ea2a2df652 (diff)
parentec2ed12b6fd763db42eaffba58c73762a3b06322 (diff)
downloadmxe-db6c850815935b2aeccadd9171e5c0e38d6a943e.zip
mxe-db6c850815935b2aeccadd9171e5c0e38d6a943e.tar.gz
mxe-db6c850815935b2aeccadd9171e5c0e38d6a943e.tar.bz2
Merge pull request #1488 from tonytheodore/posix-sql
Fix MySQL and PostgreSQL posix and win32 build
Diffstat (limited to 'src/qtbase.mk')
-rw-r--r--src/qtbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index 0904373..b54549d 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -22,7 +22,7 @@ define $(PKG)_BUILD
# ICU is buggy. See #653. TODO: reenable it some time in the future.
cd '$(1)' && \
OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \
- PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \
+ PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl pthreads` -lws2_32" \
SYBASE_LIBS="-lsybdb `'$(TARGET)-pkg-config' --libs-only-l gnutls` -liconv -lws2_32" \
./configure \
-opensource \