[pkg-boost-commits] r14663 - boost/trunk/debian/patches

Steven Michael Robbins smr at alioth.debian.org
Mon Nov 7 07:34:24 UTC 2011


Author: smr
Date: 2011-11-07 07:34:23 +0000 (Mon, 07 Nov 2011)
New Revision: 14663

Modified:
   boost/trunk/debian/patches/kfreebsd-thread.patch
Log:
Record patch status.

Modified: boost/trunk/debian/patches/kfreebsd-thread.patch
===================================================================
--- boost/trunk/debian/patches/kfreebsd-thread.patch	2011-11-07 07:02:40 UTC (rev 14662)
+++ boost/trunk/debian/patches/kfreebsd-thread.patch	2011-11-07 07:34:23 UTC (rev 14663)
@@ -1,3 +1,11 @@
+Description: Compute hardware_concurrency() using get_nprocs() on GLIBC systems
+ All glibc-based systems have get_nprocs(), which can be used to
+ implement hardware_concurrency().
+ This patch fixes a build failure on Debian/kfreebsd.
+ http://lists.debian.org/debian-bsd/2010/01/msg00036.html
+Author: Petr Salinger <Petr.Salinger at seznam.cz>
+Forwarded: https://svn.boost.org/trac/boost/ticket/6100
+
 --- boost1.44-1.44.0.orig/libs/thread/src/pthread/thread.cpp
 +++ boost1.44-1.44.0/libs/thread/src/pthread/thread.cpp
 @@ -14,7 +14,7 @@




More information about the pkg-boost-commits mailing list