You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without pthread in linker flags building with GCC is failed:
> /usr/include/c++/9/thread:130: undefined reference to `pthread_create'
The patch fixes that.
Needed for tarantool/tarantool#10866
0 commit comments