diff options
author | Vladislav Vaintroub <vv221804@astra04> | 2009-12-08 03:12:23 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vv221804@astra04> | 2009-12-08 03:12:23 +0100 |
commit | ef482374e556a2a022ad2668bf386a30023c05b6 (patch) | |
tree | 5714317e9b75c2ebc46977b9e8148366ba246f6d /mysys/CMakeLists.txt | |
parent | 0f3b102db9ed2b71c29c25f76e5f0a9603cc73fc (diff) | |
download | mariadb-git-ef482374e556a2a022ad2668bf386a30023c05b6.tar.gz |
couple of tweaks for solaris on sparc, link with librt, as it defines sched_yield
Diffstat (limited to 'mysys/CMakeLists.txt')
-rwxr-xr-x | mysys/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 06d053f1902..d055b0af8a9 100755 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -64,5 +64,5 @@ IF(UNIX) ENDIF() ADD_CONVENIENCE_LIBRARY(mysys ${MYSYS_SOURCES}) TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY} - ${LIBNLS} ${LIBM}) + ${LIBNLS} ${LIBM} ${LIBRT}) DTRACE_INSTRUMENT(mysys) |