diff options
Diffstat (limited to 'package/boost')
-rw-r--r-- | package/boost/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 7085c0595c..a004fd8525 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -1,10 +1,9 @@ -comment "boost needs a toolchain w/ C++, largefile, threads" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "boost needs a toolchain w/ C++, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_BOOST bool "boost" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_LARGEFILE # Boost could theorically be built with threading=single, but # that unfortunately doesn't work. Until someone fixes that, # let's depend on threads. |