Blob Blame History Raw
To bypass the problem with boost 1.66.0
error: use of deleted function ‘boost::recursive_mutex::recursive_mutex(const boost::recursive_mutex&)’ 

--- dyninst-12.1.0/dataflowAPI/rose/util/Message.C.orig	2022-03-09 17:41:45.000000000 -0500
+++ dyninst-12.1.0/dataflowAPI/rose/util/Message.C	2022-05-10 10:36:24.998463003 -0400
@@ -9,2 +9,6 @@
 
+namespace boost
+{
+  template<> struct is_mutex_type<recursive_mutex> : boost::true_type { };
+}
 #include <boost/algorithm/string/case_conv.hpp>