[pkg-boost-commits] r13872 - boost/trunk/debian

Christophe Prudhomme prudhomm at costa.debian.org
Wed Oct 26 18:55:02 UTC 2005


Author: prudhomm
Date: 2005-10-26 18:55:01 +0000 (Wed, 26 Oct 2005)
New Revision: 13872

Modified:
   boost/trunk/debian/rules
Log:
do single/multi threading build instead of only multi
(fix #335594)

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2005-10-26 18:42:54 UTC (rev 13871)
+++ boost/trunk/debian/rules	2005-10-26 18:55:01 UTC (rev 13872)
@@ -50,7 +50,7 @@
 
 	# Build most of the stuff with jam
 	cd tools/bcp && ../../$(JAM) -sBUILD="release <define>_REENTRANT <threading>multi" bcp
-	$(JAM) -sBUILD="debug release <define>_REENTRANT <threading>multi"
+	$(JAM) -sBUILD="debug release <define>_REENTRANT <threading>single/multi"
 	#cd libs/graph/build && ../../../$(JAM) -sBUILD="debug release" bgl-viz.a bgl-viz.so
 	#cd libs/graph/build/python && ../../../../$(JAM)
 




More information about the pkg-boost-commits mailing list