[pkg-boost-commits] r14695 - in boost/branches/1.46.1/debian: . patches

Steven Michael Robbins smr at alioth.debian.org
Wed Jan 4 03:53:14 UTC 2012


Author: smr
Date: 2012-01-04 03:53:13 +0000 (Wed, 04 Jan 2012)
New Revision: 14695

Added:
   boost/branches/1.46.1/debian/patches/gcc-4.7-threading-detection.patch
Modified:
   boost/branches/1.46.1/debian/changelog
   boost/branches/1.46.1/debian/patches/series
Log:
Fix threading detection for gcc 4.7.

Modified: boost/branches/1.46.1/debian/changelog
===================================================================
--- boost/branches/1.46.1/debian/changelog	2012-01-04 03:21:44 UTC (rev 14694)
+++ boost/branches/1.46.1/debian/changelog	2012-01-04 03:53:13 UTC (rev 14695)
@@ -1,3 +1,10 @@
+boost1.46 (1.46.1-8) unstable; urgency=low
+
+  * patches/gcc-4.7-threading-detection.patch: New, from upstream.  Enable
+    gcc 4.7 threading detection.  Closes: #654425.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 03 Jan 2012 21:32:32 -0600
+
 boost1.46 (1.46.1-7) unstable; urgency=low
 
   * control: Fix ungrammatical description for iostreams packages.

Added: boost/branches/1.46.1/debian/patches/gcc-4.7-threading-detection.patch
===================================================================
--- boost/branches/1.46.1/debian/patches/gcc-4.7-threading-detection.patch	                        (rev 0)
+++ boost/branches/1.46.1/debian/patches/gcc-4.7-threading-detection.patch	2012-01-04 03:53:13 UTC (rev 14695)
@@ -0,0 +1,16 @@
+Description: Enable gcc 4.7 threading detection 
+ Patch taken from upstream change set 76133.
+Author: Ai Azuma
+Bug: 654425
+Forwarded: https://svn.boost.org/trac/boost/ticket/6165
+
+--- a/boost/config/stdlib/libstdcpp3.hpp
++++ b/boost/config/stdlib/libstdcpp3.hpp
+@@ -34,5 +34,6 @@
+ #ifdef __GLIBCXX__ // gcc 3.4 and greater:
+ #  if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
+-        || defined(_GLIBCXX__PTHREADS)
++        || defined(_GLIBCXX__PTHREADS) \
++        || defined(_GLIBCXX_HAS_GTHREADS)
+       //
+       // If the std lib has thread support turned on, then turn it on in Boost

Modified: boost/branches/1.46.1/debian/patches/series
===================================================================
--- boost/branches/1.46.1/debian/patches/series	2012-01-04 03:21:44 UTC (rev 14694)
+++ boost/branches/1.46.1/debian/patches/series	2012-01-04 03:53:13 UTC (rev 14695)
@@ -11,3 +11,4 @@
 fusion-name-qual.patch
 boost-1.44-py3.1.patch
 changeset_71050.diff
+gcc-4.7-threading-detection.patch




More information about the pkg-boost-commits mailing list