From: John David Duncan Date: September 22 2011 6:42am Subject: bzr push into mysql-5.5-cluster branch (john.duncan:3525 to 3526) List-Archive: http://lists.mysql.com/commits/141073 Message-Id: <201109220643.p8M6h3MC022732@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3526 John David Duncan 2011-09-21 bundled memcached -- fix type in CMakeLists.txt modified: storage/ndb/memcache/extra/memcached/CMakeLists.txt 3525 John David Duncan 2011-09-21 Bugfixes re. moving of libevent and memcached sources modified: storage/ndb/memcache/CMakeLists.txt storage/ndb/memcache/FindMemcached.cmake storage/ndb/memcache/extra/memcached/CMakeLists.txt === modified file 'storage/ndb/memcache/extra/memcached/CMakeLists.txt' --- a/storage/ndb/memcache/extra/memcached/CMakeLists.txt 2011-09-22 05:56:14 +0000 +++ b/storage/ndb/memcache/extra/memcached/CMakeLists.txt 2011-09-22 06:41:40 +0000 @@ -48,7 +48,7 @@ SET(LIBMEMCACHED_UTILITIES_SOURCES ADD_LIBRARY(memcached_utilities SHARED ${LIBMEMCACHED_UTILITIES_SOURCES}) IF(HAVE_LIBDL) -target_link_library(memcached_utilities dl) +target_link_libraries(memcached_utilities dl) ENDIF() SET(MEMCACHED_SOURCES No bundle (reason: useless for push emails).