New review comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/29064#discussion_r583318594 Comment: No need to patch, either below options should be fine. ```sh configure_args+="-DFLB_CORO_STACK_SIZE=24576" ``` or: ```sh CFLAGS=-DFLB_CORO_STACK_SIZE=24576 ```