From: John David Duncan Date: September 20 2011 6:01pm Subject: bzr push into mysql-5.5-cluster branch (john.duncan:3508 to 3509) List-Archive: http://lists.mysql.com/commits/141038 Message-Id: <201109201801.p8KI1ig8027978@acsmt357.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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).