--- tools/build/v2/tools/python.jam.orig Thu Oct 16 12:42:03 2008 +++ tools/build/v2/tools/python.jam Tue Nov 11 23:50:21 2008 @@ -650,7 +650,7 @@ case windows : return ; case hpux : return rt ; - case *bsd : return pthread gcc:util ; + case *bsd : return %%PTHREAD_LIBS%% gcc:util ; case aix : return pthread dl ;