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

smr at alioth.debian.org smr at alioth.debian.org
Fri May 23 05:14:04 UTC 2008


Author: smr
Date: 2008-05-23 05:14:00 +0000 (Fri, 23 May 2008)
New Revision: 14237

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Build using -DBOOST_SP_USE_PTHREADS for armel.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-05-20 03:33:03 UTC (rev 14236)
+++ boost/trunk/debian/changelog	2008-05-23 05:14:00 UTC (rev 14237)
@@ -1,3 +1,9 @@
+boost1.35 (1.35.0-5) unstable; urgency=low
+
+  * debian/rules: Build using -DBOOST_SP_USE_PTHREADS for armel.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 20 May 2008 21:44:38 -0500
+
 boost1.35 (1.35.0-4) unstable; urgency=low
 
   * debian/rules: Fix syntax error creating user-config.jam; the final

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-05-20 03:33:03 UTC (rev 14236)
+++ boost/trunk/debian/rules	2008-05-23 05:14:00 UTC (rev 14237)
@@ -133,6 +133,8 @@
 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 ;"
+else ifeq ($(DEB_BUILD_ARCH), armel)
+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