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

smr at alioth.debian.org smr at alioth.debian.org
Mon May 19 06:26:43 UTC 2008


Author: smr
Date: 2008-05-19 06:26:42 +0000 (Mon, 19 May 2008)
New Revision: 14232

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Build using -DBOOST_SP_USE_PTHREADS for: hppa, sparc, and arm.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-05-19 06:19:11 UTC (rev 14231)
+++ boost/trunk/debian/changelog	2008-05-19 06:26:42 UTC (rev 14232)
@@ -5,8 +5,11 @@
   
   * debian/rules: The gcc module of bjam no longer honours <define>, so
     use <compileflags>-D_REENTRANT in user-config.jam.
+  
+  * debian/rules: Build using -DBOOST_SP_USE_PTHREADS for: hppa, sparc,
+    and arm.
 
- -- Steve M. Robbins <smr at debian.org>  Mon, 19 May 2008 01:18:27 -0500
+ -- Steve M. Robbins <smr at debian.org>  Mon, 19 May 2008 01:26:21 -0500
 
 boost1.35 (1.35.0-2) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-05-19 06:19:11 UTC (rev 14231)
+++ boost/trunk/debian/rules	2008-05-19 06:26:42 UTC (rev 14232)
@@ -128,7 +128,11 @@
 
 TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT ;"
 ifeq ($(DEB_BUILD_ARCH), hppa)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls ;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS;"
+else ifeq ($(DEB_BUILD_ARCH), sparc)
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS;"
+else ifeq ($(DEB_BUILD_ARCH), arm)
+TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-DBOOST_SP_USE_PTHREADS;"
 endif
 PYTHON_CONFIG1 = "using python : 2.4 : /usr ;"
 PYTHON_CONFIG2 = "using python : 2.5 : /usr ;"




More information about the pkg-boost-commits mailing list