void-packages/srcpkgs/ardour/patches/6.0-fix-runtime.patch
Piotr Wójcik d168168f43 ardour: update to 6.0.
[ci-skip]
2020-06-10 22:35:02 +02:00

17 lines
459 B
Diff

diff --git libs/pbd/pbd/pthread_utils.h libs/pbd/pbd/pthread_utils.h
index 6eedbd9..c459a97 100644
--- libs/pbd/pbd/pthread_utils.h
+++ libs/pbd/pbd/pthread_utils.h
@@ -49,7 +49,7 @@
#include "pbd/signals.h"
#define PBD_RT_STACKSIZE_PROC 0x20000 // 128kB
-#define PBD_RT_STACKSIZE_HELP 0x08000 // 32kB
+#define PBD_RT_STACKSIZE_HELP PBD_RT_STACKSIZE_PROC
/* these are relative to sched_get_priority_max()
* see pbd_absolute_rt_priority()
--
2.26.2