diff options
Diffstat (limited to 'package/filemq/Config.in')
-rw-r--r-- | package/filemq/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/filemq/Config.in b/package/filemq/Config.in index 1604846c5c..4015b92a30 100644 --- a/package/filemq/Config.in +++ b/package/filemq/Config.in @@ -5,7 +5,6 @@ config BR2_PACKAGE_FILEMQ select BR2_PACKAGE_ZEROMQ depends on BR2_INSTALL_LIBSTDCPP # zeromq depends on BR2_INET_IPV6 # zeromq - depends on BR2_LARGEFILE # util-linux depends on BR2_USE_WCHAR # util-linux depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq depends on BR2_USE_MMU # czmq @@ -14,7 +13,7 @@ config BR2_PACKAGE_FILEMQ http://github.com/zeromq/filemq -comment "filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads" +comment "filemq needs a toolchain w/ C++, IPv6, wchar, threads" depends on BR2_USE_MMU - depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \ - && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS) + depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && \ + BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS) |