- Update to version 1.56.0. Major changes since 1.54.0: New libraries: * Predef: This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers, from Rene Rivera. * Align: Memory alignment functions, allocators, and adaptors. * Type_Index: Runtime/Compile time copyable type info. For a detailed descriptions see: http://www.boost.org/users/history/version_1_56_0.html http://www.boost.org/users/history/version_1_55_0.html - Rebase boost-thread.patch - Rabase boost-use_std_xml_catalog.patch - Rebase bjam-alignment.patch - Remove obsolete boost-glibc-2.18.patch - Remove obsolete boost-1.54-001-coroutine.patch - Remove obsolete boost-1.54-002-date-time.patch - Remove obsolete boost-1.54-003-log.patch - Remove obsolete boost-1.54-change85160.patch - Remove obsolete boost-1.54.0-thread-link_atomic.patch - Remove obsolete boost-ppc64-abiv2-context.patch - Remove obsolete boost-ppc64-abiv2-coroutine.patch - Remove outdated man pages boost_1_54_man.tar.bz2 OBS-URL: https://build.opensuse.org/request/show/244793 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
14 lines
515 B
Diff
14 lines
515 B
Diff
Index: boost_1_56_0/boost/config/compiler/gcc.hpp
|
|
===================================================================
|
|
--- boost_1_56_0.orig/boost/config/compiler/gcc.hpp
|
|
+++ boost_1_56_0/boost/config/compiler/gcc.hpp
|
|
@@ -68,7 +68,7 @@
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
-#if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
|
|
+#if !defined(__MINGW32__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|