diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-09-14 14:31:01 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-09-14 14:31:01 (GMT) |
commit | edde7e96215e3f5597cf799e73e7da4baf67e118 (patch) | |
tree | 624626435e14819a98ecf7fb6447612fde18f8f4 /src/boost.mk | |
parent | fb2139d2dcf65a7e58c99e9d81978607d185075f (diff) | |
parent | e31701279d31c26df3f4db53f992afaa5c7e943b (diff) | |
download | mxe-edde7e96215e3f5597cf799e73e7da4baf67e118.zip mxe-edde7e96215e3f5597cf799e73e7da4baf67e118.tar.gz mxe-edde7e96215e3f5597cf799e73e7da4baf67e118.tar.bz2 |
merge
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 8 |
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 \ |