Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19471
Modified Files:
python.jam
Log Message:
pthread is unnecessary on HP-UX
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- python.jam 6 Feb 2007 21:52:12 -0000 1.51
+++ python.jam 22 Jun 2007 22:43:51 -0000 1.52
@@ -300,7 +300,7 @@
case HPUX :
{
- extra-libs = pthread rt ;
+ extra-libs = rt ;
}
case * : extra-libs = pthread dl util ;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs