thrift: disable TQTcpServer

Disable TQTcpServer, it doesn't build properly. Fixes:
http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2013-12-10 07:11:06 -03:00 committed by Peter Korsgaard
parent dd6a8c728e
commit c8635f3d8e

View File

@ -27,7 +27,7 @@ endif
# This is just for the libraries / bindings
THRIFT_LANG_CONF_OPT += --without-csharp --without-java --without-erlang \
--without-python --without-perl --without-php --without-php_extension \
--without-ruby --without-haskell --without-go --without-d
--without-ruby --without-haskell --without-go --without-d --without-qt4
HOST_THRIFT_CONF_OPT += $(THRIFT_LANG_CONF_OPT) --without-c_glib
THRIFT_CONF_OPT += $(THRIFT_LANG_CONF_OPT)