summaryrefslogtreecommitdiff
path: root/package/thrift
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-12-10 07:11:06 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-12-10 13:16:53 +0100
commitc8635f3d8e57a7605294022bc5ef097b67f0f00a (patch)
treed6566772f9714aee6e800017eb69ca3254763917 /package/thrift
parentdd6a8c728e4161d245ba91196123a90de7461342 (diff)
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>
Diffstat (limited to 'package/thrift')
-rw-r--r--package/thrift/thrift.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 7ee90ac2d..8af96438b 100644
--- a/package/thrift/thrift.mk
+++ b/package/thrift/thrift.mk
@@ -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)