[Buildroot] [PATCH] zeromq: add C++ bindings

Alexander Lukichev alexander.lukichev at gmail.com
Tue Mar 19 05:42:20 UTC 2013


Hi, Simon!

2013/3/18 <spdawson at gmail.com>
> diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in
> index b7dc8a6..db2384e 100644
> --- a/package/zeromq/Config.in
> +++ b/package/zeromq/Config.in
> @@ -1,9 +1,8 @@
> -comment "zeromq requires a toolchain with C++, LARGEFILE + WCHAR support"
> -       depends on !(BR2_INSTALL_LIBSTDCPP &&  BR2_LARGEFILE &&
BR2_USE_WCHAR)
> +comment "zeromq requires a toolchain with LARGEFILE and WCHAR support"
> +       depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)

Doesn't zeromq 3.2.x also require BR2_INET_IPV6, like you posted earlier?

--
Best regards,
  Alexander Lukichev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130319/d3ff5716/attachment-0002.html>


More information about the buildroot mailing list