# HG changeset patch # User Volker Grabsch # Date 1258116830 -3600 # Node ID 96ed9e4e854cbdb0d7d6a2c32bd840c4a6032dc0 # Parent 5e1bf64a718bf797d36bbccdfcfa820eb99befbe ensure that the cross build won't be confused by /etc/site-config.jam in package boost (by Tony Theodore) diff -r 5e1bf64a718b -r 96ed9e4e854c src/boost.mk --- a/src/boost.mk Thu Nov 12 14:33:03 2009 +0100 +++ b/src/boost.mk Fri Nov 13 13:53:50 2009 +0100 @@ -46,6 +46,7 @@ cd '$(1)/tools/jam/src' && ./build.sh cd '$(1)' && tools/jam/src/bin.*/bjam \ -j '$(JOBS)' \ + --ignore-site-config \ --user-config=user-config.jam \ target-os=windows \ threading=multi \