mirror of https://github.com/MariaDB/server
Browse Source
-lthread works fine in most cases, but at least with gcc 3.4.6 on x86, dlopen() crashes when libpthread is not used. Note : the workaround existed prior and did not work since CMAKE_THREADS_LIBS_INIT was already in cache. Now, use SET(.. CACHE FORCE) to overwrite the cached value.pull/374/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue