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:
parent
dd6a8c728e
commit
c8635f3d8e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user