From c0089b4e8124b757fd3f004b3a238c805469d38a Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 3 Nov 2009 23:01:31 +0100 Subject: boost: add new version 1.4.0 * switch to cmake as buildsystem * enable serialization and python * make own .inc for 1.4.x versions * don't make default for now, needs more testing with apps that are using boost --- recipes/boost/files/uclibc.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/boost/files/uclibc.patch (limited to 'recipes/boost/files/uclibc.patch') diff --git a/recipes/boost/files/uclibc.patch b/recipes/boost/files/uclibc.patch new file mode 100644 index 0000000000..738b8b947d --- /dev/null +++ b/recipes/boost/files/uclibc.patch @@ -0,0 +1,13 @@ +Index: boost-1.40.0.cmake2/libs/thread/src/pthread/thread.cpp +=================================================================== +--- boost-1.40.0.cmake2.orig/libs/thread/src/pthread/thread.cpp 2009-11-03 21:33:21.392444361 +0100 ++++ boost-1.40.0.cmake2/libs/thread/src/pthread/thread.cpp 2009-11-03 21:36:04.748684550 +0100 +@@ -390,7 +390,7 @@ + { + #if defined(PTW32_VERSION) || defined(__hpux) + return pthread_num_processors_np(); +-#elif defined(__linux__) ++#elif defined(__linux__) && !defined(__UCLIBC__) + return get_nprocs(); + #elif defined(__APPLE__) || defined(__FreeBSD__) + int count; -- cgit v1.2.3