qtbase: Disable icu

Fixes #653.
This commit is contained in:
Timothy Gu 2015-06-23 16:09:32 +08:00
parent 20c129dfb6
commit 7eef8b4e29
1 changed files with 2 additions and 1 deletions

View File

@ -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 \