File 0009-Fix-catch-build.patch of Package rstudio
--- a/src/cpp/tests/cpp/tests/vendor/catch.hpp
+++ b/src/cpp/tests/cpp/tests/vendor/catch.hpp
@@ -10824,7 +10824,7 @@
// 32kb for the alternate stack seems to be sufficient. However, this value
// is experimentally determined, so that's not guaranteed.
- static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
+ static constexpr std::size_t sigStackSize = 32768;
static SignalDefs signalDefs[] = {
{ SIGINT, "SIGINT - Terminal interrupt signal" },