Fix build on Linux with some glibcs

This commit is contained in:
kwolekr 2013-03-29 21:08:35 -04:00
parent 177ca4f4d5
commit 6cf581e360
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ else()
endif(APPLE)
endif(BUILD_CLIENT)
find_package(ZLIB REQUIRED)
set(PLATFORM_LIBS -lpthread ${CMAKE_DL_LIBS})
set(PLATFORM_LIBS -lpthread -lrt ${CMAKE_DL_LIBS})
#set(CLIENT_PLATFORM_LIBS -lXxf86vm)
# This way Xxf86vm is found on OpenBSD too
find_library(XXF86VM_LIBRARY Xxf86vm)