summaryrefslogtreecommitdiffstats
path: root/package/boost/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r--package/boost/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 87983676e..fb5360ecf 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -1,9 +1,10 @@
-comment "boost requires a toolchain with C++ support enabled"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "boost requires a toolchain with C++ and large file support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
config BR2_PACKAGE_BOOST
bool "boost"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_LARGEFILE
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_ZLIB
help