Blame SOURCES/dyninst-12.1.0-tbb.patch

ef1998
--- dyninst-12.1.0/cmake/Boost.cmake.orig	2021-04-08 16:48:12.000000000 -0400
ef1998
+++ dyninst-12.1.0/cmake/Boost.cmake	2021-05-07 12:35:53.124203324 -0400
08c294
@@ -53,3 +53,3 @@
08c294
 # Need at least Boost-1.67 because of deprecated headers
ef1998
-set(_boost_min_version 1.70.0)
08c294
+set(_boost_min_version 1.66.0)
08c294
 
ef1998
--- dyninst-12.1.0/cmake/ThreadingBuildingBlocks.cmake.orig	2021-04-08 16:48:12.000000000 -0400
ef1998
+++ dyninst-12.1.0/cmake/ThreadingBuildingBlocks.cmake	2021-05-07 12:40:13.092183538 -0400
08c294
@@ -52,3 +52,3 @@
08c294
 else()
08c294
-  set(_tbb_min_version 2018.6)
08c294
+  set(_tbb_min_version 2018.0)
08c294
 endif()