diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-10-21 13:53:02 +0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-01 16:39:11 +0100 |
commit | a2ffd684924880f3a59d2ed875afb8cc8d2ed823 (patch) | |
tree | e6e34d490c2c9b6dd72abeffe7f5b00b2057d669 /package/cppzmq | |
parent | 21ef3200ef9bda514f5bebe706e9768d213836ff (diff) | |
download | buildroot-a2ffd684924880f3a59d2ed875afb8cc8d2ed823.tar.gz buildroot-a2ffd684924880f3a59d2ed875afb8cc8d2ed823.zip |
cppzmq/czmq: Update comment for needs threads support
Comment 7e37d235f "zeromq: needs threads" adds BR2_TOOLCHAIN_HAS_THREADS
dependency but forgot to add corresponding comment for cppzmq and czmq. Fix it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cppzmq')
-rw-r--r-- | package/cppzmq/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cppzmq/Config.in b/package/cppzmq/Config.in index 9629383f2d..e17963ecf2 100644 --- a/package/cppzmq/Config.in +++ b/package/cppzmq/Config.in @@ -11,6 +11,6 @@ config BR2_PACKAGE_CPPZMQ http://github.com/zeromq/cppzmq -comment "cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar" +comment "cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads" depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \ && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS) |