Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boost: bump to version 1.52.0
@ 2012-11-06 17:53 Victor Hiairrassary
  2012-11-07 10:41 ` Victor Hiairrassary
  2012-12-11 23:49 ` Arnout Vandecappelle
  0 siblings, 2 replies; 8+ messages in thread
From: Victor Hiairrassary @ 2012-11-06 17:53 UTC (permalink / raw)
  To: buildroot

From: mecanix <victor.hiairrassary.ml@gmail.com>

---
 package/boost/Config.in | 4 ++++
 package/boost/boost.mk  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 8798367..58e62a0 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -1,9 +1,13 @@
 comment "boost requires a toolchain with C++ support enabled"
 	depends on !BR2_INSTALL_LIBSTDCPP
 
+comment "boost requires a toolchain with large file support enabled"
+	depends on !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
diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 64856bc..005c7ca 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-BOOST_VERSION = 1.49.0
+BOOST_VERSION = 1.52.0
 BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
 BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
 BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
@@ -15,7 +15,7 @@ TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
 BOOST_DEPENDENCIES = bzip2 zlib
 
 BOOST_FLAGS =
-BOOST_WITHOUT_FLAGS = python
+BOOST_WITHOUT_FLAGS = python context
 
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CHRONO),,chrono)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_DATE_TIME),,date_time)
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] boost: bump to version 1.52.0
@ 2012-11-18  9:57 Victor Hiairrassary
  0 siblings, 0 replies; 8+ messages in thread
From: Victor Hiairrassary @ 2012-11-18  9:57 UTC (permalink / raw)
  To: buildroot

Can someone review the patch to bump boost version before releasing next 
buildroot RC?

The patch is available in buildroot's patchwork at 
http://patchwork.ozlabs.org/patch/197508/

To bump boost, I needed to add dependance on BR2_LARGEFILE and exclude 
the new context lib, because this last fails during compilation : an 
include is missing and uintptr_t is not found. I will open a ticket on 
boost's bug tracker.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] boost: bump to version 1.52.0
@ 2012-12-12  7:50 victor.hiairrassary.ml at gmail.com
  2012-12-12  7:50 ` victor.hiairrassary.ml at gmail.com
  0 siblings, 1 reply; 8+ messages in thread
From: victor.hiairrassary.ml at gmail.com @ 2012-12-12  7:50 UTC (permalink / raw)
  To: buildroot

I'm really happy to send my patch :)

Regards,
Victor Hiairrassary

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-12-12  8:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 17:53 [Buildroot] [PATCH] boost: bump to version 1.52.0 Victor Hiairrassary
2012-11-07 10:41 ` Victor Hiairrassary
2012-12-11 23:49 ` Arnout Vandecappelle
2012-12-12  5:58   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2012-11-18  9:57 Victor Hiairrassary
2012-12-12  7:50 victor.hiairrassary.ml at gmail.com
2012-12-12  7:50 ` victor.hiairrassary.ml at gmail.com
2012-12-12  8:55   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox