changeset 437:fa53f265a028

update version of package boost
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 02 Sep 2009 14:08:54 +0200
parents 5dc678e36ea7
children 811c7b9877ff
files src/boost.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Wed Sep 02 11:42:44 2009 +0200
+++ b/src/boost.mk	Wed Sep 02 14:08:54 2009 +0200
@@ -22,8 +22,8 @@
 
 # Boost C++ Library
 PKG             := boost
-$(PKG)_VERSION  := 1_38_0
-$(PKG)_CHECKSUM := b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1
+$(PKG)_VERSION  := 1_40_0
+$(PKG)_CHECKSUM := 9dbaa06ce1d99ce310011c2eaf816ecb003b3096
 $(PKG)_SUBDIR   := boost_$($(PKG)_VERSION)
 $(PKG)_FILE     := boost_$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.boost.org/
@@ -49,7 +49,7 @@
         threading=multi \
         link=static \
         threadapi=win32 \
-        --layout=system \
+        --layout=tagged \
         --without-mpi \
         --without-python \
         --prefix='$(PREFIX)/$(TARGET)' \