summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-06-23 08:09:32 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-06-23 08:09:32 (GMT)
commit7eef8b4e298056df2d6d5e2df97e9a8b5590ef12 (patch)
tree79cc4cbcfee1cd2900b8d7ba64237fbba915529d
parent20c129dfb686f03a6e6080c4cf12e1f175054a41 (diff)
downloadmxe-7eef8b4e298056df2d6d5e2df97e9a8b5590ef12.zip
mxe-7eef8b4e298056df2d6d5e2df97e9a8b5590ef12.tar.gz
mxe-7eef8b4e298056df2d6d5e2df97e9a8b5590ef12.tar.bz2
qtbase: Disable icu
Fixes #653.
-rw-r--r--src/qtbase.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index daa19b8..24203ac 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -18,6 +18,7 @@ define $(PKG)_UPDATE
endef
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" \
@@ -33,7 +34,7 @@ define $(PKG)_BUILD
-release \
-static \
-prefix '$(PREFIX)/$(TARGET)/qt5' \
- -icu \
+ -no-icu \
-opengl desktop \
-no-glib \
-accessibility \