* [Buildroot] [PATCH] thrift: disable TQTcpServer
@ 2013-12-10 10:11 Gustavo Zacarias
2013-12-10 12:18 ` Peter Korsgaard
2013-12-10 14:19 ` Vicente Olivert Riera
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2013-12-10 10:11 UTC (permalink / raw)
To: buildroot
Disable TQTcpServer, it doesn't build properly. Fixes:
http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/thrift/thrift.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 7ee90ac..8af9643 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)
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] thrift: disable TQTcpServer
2013-12-10 10:11 [Buildroot] [PATCH] thrift: disable TQTcpServer Gustavo Zacarias
@ 2013-12-10 12:18 ` Peter Korsgaard
2013-12-10 14:19 ` Vicente Olivert Riera
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-12-10 12:18 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Disable TQTcpServer, it doesn't build properly. Fixes:
> http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] thrift: disable TQTcpServer
2013-12-10 10:11 [Buildroot] [PATCH] thrift: disable TQTcpServer Gustavo Zacarias
2013-12-10 12:18 ` Peter Korsgaard
@ 2013-12-10 14:19 ` Vicente Olivert Riera
1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2013-12-10 14:19 UTC (permalink / raw)
To: buildroot
On 12/10/2013 10:11 AM, Gustavo Zacarias wrote:
> Disable TQTcpServer, it doesn't build properly. Fixes:
> http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/thrift/thrift.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
> index 7ee90ac..8af9643 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)
>
>
Hello Gustavo,
instead of disabling it, why don't we fix it? We just need to add
"#include <map>" to TQTcpServer.h
Best regards,
--
Vincent
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-10 14:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 10:11 [Buildroot] [PATCH] thrift: disable TQTcpServer Gustavo Zacarias
2013-12-10 12:18 ` Peter Korsgaard
2013-12-10 14:19 ` Vicente Olivert Riera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox