From 900d6b17174e264a56af380afcb1d0cdf060c6bb Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 23 Dec 2022 10:10:59 +0100 Subject: [PATCH] MEDCOUPLING: boost 1.71 on Ubuntu 22.04 --- products/patches/boost-1.71-pthread-gcc-11.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 products/patches/boost-1.71-pthread-gcc-11.patch diff --git a/products/patches/boost-1.71-pthread-gcc-11.patch b/products/patches/boost-1.71-pthread-gcc-11.patch new file mode 100644 index 0000000..d186bad --- /dev/null +++ b/products/patches/boost-1.71-pthread-gcc-11.patch @@ -0,0 +1,11 @@ +--- boost_ref/boost/thread/pthread/thread_data.hpp 2022-12-23 09:54:35.643656004 +0100 ++++ boost_dev/boost/thread/pthread/thread_data.hpp 2022-12-23 10:04:30.775631054 +0100 +@@ -57,7 +57,7 @@ + #else + std::size_t page_size = ::sysconf( _SC_PAGESIZE); + #endif +-#if PTHREAD_STACK_MIN > 0 ++#ifdef PTHREAD_STACK_MIN + if (size