changeset 1409:ab321c66a9b4

upgrade package boost
author Lothar May <lothar.imap@googlemail.com>
date Sat, 20 Nov 2010 20:31:57 +0100
parents 190d289e75eb
children ac84a1ff007d
files src/boost.mk
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Sat Nov 20 20:17:38 2010 +0100
+++ b/src/boost.mk	Sat Nov 20 20:31:57 2010 +0100
@@ -4,8 +4,8 @@
 # Boost C++ Library
 PKG             := boost
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.44.0
-$(PKG)_CHECKSUM := 0dfeaad7a316ddfdcdb8a7e42443ef048ad18c01
+$(PKG)_VERSION  := 1.45.0
+$(PKG)_CHECKSUM := eb7424ef99df4e38af7431e38ff9849651b8aaf5
 $(PKG)_SUBDIR   := boost_$(subst .,_,$($(PKG)_VERSION))
 $(PKG)_FILE     := $($(PKG)_SUBDIR).tar.bz2
 $(PKG)_WEBSITE  := http://www.boost.org/
@@ -25,8 +25,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/jam/src' && ./build.sh
-    cd '$(1)' && tools/jam/src/bin.*/bjam \
+    cd '$(1)/tools/build/v2/engine/src' && ./build.sh
+    cd '$(1)' && tools/build/v2/engine/src/bin.*/bjam \
         -j '$(JOBS)' \
         --ignore-site-config \
         --user-config=user-config.jam \