3509 John David Duncan 2011-09-20
memcached links with libdl
modified:
extra/memcached/CMakeLists.txt
3508 John David Duncan 2011-09-20
CMake fixes (link with libm & fix syntax error in header check)
modified:
extra/memcached/CMakeLists.txt
=== modified file 'extra/memcached/CMakeLists.txt'
--- a/extra/memcached/CMakeLists.txt 2011-09-20 17:41:15 +0000
+++ b/extra/memcached/CMakeLists.txt 2011-09-20 18:00:44 +0000
@@ -60,7 +60,7 @@ SET(MEMCACHED_SOURCES
add_executable(memcached ${MEMCACHED_SOURCES})
-target_link_libraries(memcached event memcached_utilities m)
+target_link_libraries(memcached event memcached_utilities m dl)
CHECK_INCLUDE_FILE("link.h" HAVE_LINK_H)
CHECK_INCLUDE_FILE("stdbool.h" HAVE_STDBOOL_H)
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (john.duncan:3508 to 3509) | John David Duncan | 20 Sep |