[pkg-boost-commits] r14337 - boost/branches/1.36.0/debian
smr at alioth.debian.org
smr at alioth.debian.org
Tue Nov 25 08:49:02 UTC 2008
Author: smr
Date: 2008-11-25 08:49:02 +0000 (Tue, 25 Nov 2008)
New Revision: 14337
Modified:
boost/branches/1.36.0/debian/changelog
boost/branches/1.36.0/debian/rules
Log:
Restore use of -DBOOST_SP_USE_PTHREADS for hppa.
Modified: boost/branches/1.36.0/debian/changelog
===================================================================
--- boost/branches/1.36.0/debian/changelog 2008-11-24 00:32:43 UTC (rev 14336)
+++ boost/branches/1.36.0/debian/changelog 2008-11-25 08:49:02 UTC (rev 14337)
@@ -1,3 +1,11 @@
+boost1.36 (1.36.0-10) unstable; urgency=low
+
+ * rules: HPPA does not have __sync_lock_test_and_set(), so cannot use
+ sp_counted_base_spin.hpp; restore BOOST_SP_USE_PTHREADS to use
+ sp_counted_base_pt.hpp instead.
+
+ -- Steve M. Robbins <smr at debian.org> Tue, 25 Nov 2008 02:46:41 -0600
+
boost1.36 (1.36.0-9) unstable; urgency=low
* patches/system-error-code.patch: New. Restore function
Modified: boost/branches/1.36.0/debian/rules
===================================================================
--- boost/branches/1.36.0/debian/rules 2008-11-24 00:32:43 UTC (rev 14336)
+++ boost/branches/1.36.0/debian/rules 2008-11-25 08:49:02 UTC (rev 14337)
@@ -134,7 +134,7 @@
BUILD_LONG_DOUBLE = yes
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 ;"
BUILD_LONG_DOUBLE = no
else ifeq ($(DEB_BUILD_ARCH), arm)
BUILD_LONG_DOUBLE = no
More information about the pkg-boost-commits
mailing list