diff src/boost.mk @ 555:96ed9e4e854c

ensure that the cross build won't be confused by /etc/site-config.jam in package boost (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 13 Nov 2009 13:53:50 +0100
parents fae9e962bf83
children ea7dc53d5c8b
line wrap: on
line diff
--- 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 \