void-packages/srcpkgs/ardour/patches/6.0-fix-runtime.patch

12 lines
416 B
Diff

--- libs/pbd/pbd/pthread_utils.h.orig 2020-09-18 22:30:18.353441907 +0700
+++ libs/pbd/pbd/pthread_utils.h 2020-09-18 22:37:07.059363532 +0700
@@ -54,7 +54,7 @@
# define PBD_RT_STACKSIZE_PROC 0x20000 // 128kB
#endif
-#define PBD_RT_STACKSIZE_HELP 0x08000 // 32kB
+#define PBD_RT_STACKSIZE_HELP PBD_RT_STACKSIZE_PROC // 32kB
/* these are relative to sched_get_priority_max()
* see pbd_absolute_rt_priority()