From 3bb1188b66c654c5a1841e14c46fbde1cadfe285 Mon Sep 17 00:00:00 2001 From: Victor Hiairrassary Date: Tue, 11 Dec 2012 21:50:11 +0000 Subject: boost: bump to version 1.52.0 [Peter: merge largefile comment with C++ one] Signed-off-by: Victor Hiairrassary Acked-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Arnout Vandecappelle (Essensium/Mind) (x86_64 Sourcery toolchain) Signed-off-by: Peter Korsgaard --- package/boost/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/boost/Config.in') 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 -- cgit v1.2.3