Skip to content
Snippets Groups Projects
Commit 53dd8369 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

try to build for debian/kfreebsd

parent 301dd044
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ endif()
#
# libev uses ceil and floor from the standard math library
#
target_link_libraries(ev m)
target_link_libraries(ev m rt)
#
# Build admin.m from admin.rl, but only if admin.rl was changed.
......
--- tarantool-1.4.4+20120116.orig/core/CMakeLists.txt
+++ tarantool-1.4.4+20120116/core/CMakeLists.txt
@@ -22,7 +22,7 @@ endif()
#
# libev uses ceil and floor from the standard math library
#
-target_link_libraries(ev m)
+target_link_libraries(ev m rt)
#
# Build admin.m from admin.rl, but only if admin.rl was changed.
debian-kfreebsd-link-options
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment