Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libmariadb: Fix async api by linking to libucontext | Volker Christian | 2023-09-23 |
The asynchronous API of libmariadb uses cooperative multi threading by using the system calls * makecontext * swapcontext * getcontext * setcontext of the ucontext.h C-API. Thus additionally link libmariadb to libucontext which is a library providing these system calls on platforms not supporting them out of the box - like musl based platforms. Signed-off-by: Volker Christian <me@vchrist.at> |