summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-07-12 10:53:22 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-07-12 10:53:22 (GMT)
commitf70510876e029656498771caa25395cefb02661e (patch)
treeab0b41f2ac38e967e1935914196e3b39b41dd54d /src/boost.mk
parentfbcc108520cfcd71838aca75fbaebab7bf6b73bf (diff)
downloadmxe-f70510876e029656498771caa25395cefb02661e.zip
mxe-f70510876e029656498771caa25395cefb02661e.tar.gz
mxe-f70510876e029656498771caa25395cefb02661e.tar.bz2
upgrade package boost
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 52a4976..590d217 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -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 @@ define $(PKG)_BUILD
# 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 \