Commit 2b2ebfd0 authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Link w/ compat library on FreeBSD otherwise it fails due to missing ftime function

Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent 17fccfca
...@@ -51,6 +51,8 @@ IF (CMAKE_SYSTEM_NAME MATCHES "Windows") ...@@ -51,6 +51,8 @@ IF (CMAKE_SYSTEM_NAME MATCHES "Windows")
SET(LIBS_SYSTEM ws2_32) SET(LIBS_SYSTEM ws2_32)
ELSEIF (CMAKE_SYSTEM_NAME MATCHES "Linux") ELSEIF (CMAKE_SYSTEM_NAME MATCHES "Linux")
SET(LIBS_SYSTEM dl) SET(LIBS_SYSTEM dl)
ELSEIF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
SET(LIBS_SYSTEM compat)
ENDIF() ENDIF()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment