diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-24 07:08:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-24 07:08:39 +0000 |
commit | 5d78de547662bab831a6d059a7d0bdbb21318dbc (patch) | |
tree | 82ab55dcbb2e40ad30f67f58919eff407298f82d /databases/tarantool/files | |
parent | Update to 1.11.2 (diff) |
Update to 2.4.2
Changes: https://github.com/tarantool/tarantool/releases
Diffstat (limited to 'databases/tarantool/files')
-rw-r--r-- | databases/tarantool/files/patch-cmake-BuildMisc.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/tarantool/files/patch-cmake-BuildMisc.cmake b/databases/tarantool/files/patch-cmake-BuildMisc.cmake index 44b8e090c08b..f803a79802fa 100644 --- a/databases/tarantool/files/patch-cmake-BuildMisc.cmake +++ b/databases/tarantool/files/patch-cmake-BuildMisc.cmake @@ -1,4 +1,4 @@ ---- cmake/BuildMisc.cmake.orig 2018-10-12 19:53:35 UTC +--- cmake/BuildMisc.cmake.orig 2020-07-17 11:22:52 UTC +++ cmake/BuildMisc.cmake @@ -35,11 +35,11 @@ macro(libmisc_build) @@ -10,8 +10,8 @@ - set(GOMP_LIBRARY gomp) + set(OMP_LIBRARY omp) endif() -- target_link_libraries(misc ${GOMP_LIBRARY} pthread) -+ target_link_libraries(misc ${OMP_LIBRARY} pthread) +- target_link_libraries(misc ${GOMP_LIBRARY} pthread ${CMAKE_DL_LIBS}) ++ target_link_libraries(misc ${OMP_LIBRARY} pthread ${CMAKE_DL_LIBS}) endif() unset(misc_src) |