mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Proposed patch to switch to boost 1.45


From: Lothar May
Subject: [Mingw-cross-env-list] Proposed patch to switch to boost 1.45
Date: Sat, 20 Nov 2010 20:21:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Hi,

boost 1.45 has been released yesterday. Since it includes the patches in
boost-1-win32-static.patch, they are no longer needed and can be removed.

This is a proposed patch to switch to boost 1.45 (hopefully the format
is ok). bjam has been relocated, so the process changed a bit. The
resulting libs work like a charm for me.


rm src/boost-1-win32-static.patch

diff -au src/boost_orig.mk src/boost.mk
--- src/boost_orig.mk   2010-11-20 19:42:26.000000000 +0100
+++ src/boost.mk        2010-11-20 19:57:47.000000000 +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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]