Skip to content

Commit

Permalink
Fix build on Linux with some glibcs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolekr committed Mar 30, 2013
1 parent 177ca4f commit 6cf581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 6cf581e

Please sign in to comment.