changeset 1931:f6a463c144b1

upgrade package boost
author Mark Brand <mabrand@mabrand.nl>
date Tue, 12 Jul 2011 12:53:22 +0200
parents dab5629c3361
children f12616116408
files src/boost.mk
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Mon Jul 11 11:19:48 2011 +0200
+++ b/src/boost.mk	Tue Jul 12 12:53:22 2011 +0200
@@ -4,8 +4,8 @@
 # Boost C++ Library
 PKG             := boost
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.46.1
-$(PKG)_CHECKSUM := 3ca6e173ec805e5126868d8a03618e587aa26aef
+$(PKG)_VERSION  := 1.47.0
+$(PKG)_CHECKSUM := 6e3eb548b9d955c0bc6f71c51042b713b678136a
 $(PKG)_SUBDIR   := boost_$(subst .,_,$($(PKG)_VERSION))
 $(PKG)_FILE     := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2
 $(PKG)_WEBSITE  := http://www.boost.org/
@@ -24,8 +24,8 @@
     # make the build script generate .a library files instead of .lib
     $(SED) -i 's,<target-os>windows : lib ;,<target-os>windows : a ;,' '$(1)/tools/build/v2/tools/types/lib.jam'
     # compile boost jam
-    cd '$(1)/tools/build/v2/engine/src' && ./build.sh
-    cd '$(1)' && tools/build/v2/engine/src/bin.*/bjam \
+    cd '$(1)/tools/build/v2/engine' && ./build.sh
+    cd '$(1)' && tools/build/v2/engine/bin.*/bjam \
         -j '$(JOBS)' \
         --ignore-site-config \
         --user-config=user-config.jam \