From: Orit Wasserman Date: Tue, 21 Jul 2015 12:31:47 +0000 (+0200) Subject: cmake: add missing blkid libraries X-Git-Tag: v9.1.0~510^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5303%2Fhead;p=ceph.git cmake: add missing blkid libraries Signed-off-by: Orit Wasserman --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5d7a6c032b2e..bad7147175c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -369,13 +369,13 @@ set(rados_srcs tools/rados/PoolDump.cc common/obj_bencher.cc) add_executable(rados ${rados_srcs} $) -target_link_libraries(rados librados global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} libradosstriper) +target_link_libraries(rados librados global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} libradosstriper) set(librados_config_srcs librados-config.cc) add_executable(librados-config ${librados_config_srcs} $) -target_link_libraries(librados-config librados global ${CMAKE_DL_LIBS} +target_link_libraries(librados-config librados global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) install(TARGETS rados librados-config DESTINATION bin) @@ -493,7 +493,7 @@ set(ceph_osd_srcs add_executable(ceph-osd ${ceph_osd_srcs} $ $) -target_link_libraries(ceph-osd osd os global ${TCMALLOC_LIBS}) +target_link_libraries(ceph-osd osd os global ${BLKID_LIBRARIES} ${TCMALLOC_LIBS}) install(TARGETS ceph-osd DESTINATION bin) # MDS @@ -794,7 +794,7 @@ if(${WITH_RADOSGW}) cls_rgw_client cls_lock_client cls_refcount_client cls_log_client cls_statelog_client cls_version_client cls_replica_log_client cls_user_client - curl expat global fcgi resolv ${TCMALLOC_LIBS}) + curl expat global fcgi resolv ${BLKID_LIBRARIES} ${TCMALLOC_LIBS}) install(TARGETS radosgw DESTINATION bin) add_executable(radosgw-admin ${radosgw_admin_srcs} $) @@ -802,6 +802,6 @@ if(${WITH_RADOSGW}) cls_rgw_client cls_lock_client cls_refcount_client cls_log_client cls_statelog_client cls_version_client cls_replica_log_client cls_user_client - curl expat global fcgi resolv ${TCMALLOC_LIBS}) + curl expat global fcgi resolv ${BLKID_LIBRARIES} ${TCMALLOC_LIBS}) install(TARGETS radosgw-admin DESTINATION bin) endif(${WITH_RADOSGW}) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index cc602cfc75f2..45cf2aae8c28 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -3,14 +3,14 @@ add_executable(test_timers TestTimers.cc $ ) -target_link_libraries(test_timers global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) +target_link_libraries(test_timers global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_signal_handlers add_executable(test_signal_handlers TestSignalHandlers.cc $ ) -target_link_libraries(test_signal_handlers global ${CMAKE_DL_LIBS} +target_link_libraries(test_signal_handlers global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_msgr @@ -18,7 +18,7 @@ add_executable(test_msgr testmsgr.cc $ ) -target_link_libraries(test_msgr global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) +target_link_libraries(test_msgr global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_crypt add_executable(test_crypt @@ -30,6 +30,7 @@ target_link_libraries(test_crypt ${CRYPTO_LIBS} m ${EXTRALIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ) @@ -44,6 +45,7 @@ add_executable(test_rados target_link_libraries(test_rados librados global + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${EXTRALIBS} ${TCMALLOC_LIBS} @@ -56,15 +58,16 @@ add_executable(test_mutate test_mutate.cc $ ) -target_link_libraries(test_mutate global librados ${CMAKE_DL_LIBS} - ${TCMALLOC_LIBS}) +target_link_libraries(test_mutate global librados ${BLKID_LIBRARIES} + ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_rewrite_latency add_executable(test_rewrite_latency test_rewrite_latency.cc $ ) -target_link_libraries(test_rewrite_latency common ${CMAKE_DL_LIBS} +target_link_libraries(test_rewrite_latency common + ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CMAKE_THREAD_LIBS_INIT} ${CRYPTO_LIBS} m ${EXTRALIBS}) @@ -73,14 +76,14 @@ add_executable(streamtest streamtest.cc $ ) -target_link_libraries(streamtest os global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) +target_link_libraries(streamtest os global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_trans add_executable(test_trans test_trans.cc $ ) -target_link_libraries(test_trans os global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) +target_link_libraries(test_trans os global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_keys add_executable(test_keys @@ -153,6 +156,7 @@ target_link_libraries(get_command_descriptions global leveldb ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -171,7 +175,7 @@ add_executable(smalliobench $ ) target_link_libraries(smalliobench librados boost_program_options global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # smalliobenchfs set(smalliobenchfs_srcs @@ -185,7 +189,7 @@ add_executable(smalliobenchfs $ ) target_link_libraries(smalliobenchfs librados boost_program_options os global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # smalliobenchdumb set(smalliobenchdumb_srcs @@ -199,7 +203,7 @@ add_executable(smalliobenchdumb $ ) target_link_libraries(smalliobenchdumb librados boost_program_options os global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # smalliobenchrbd set(smalliobenchrbd_srcs @@ -222,6 +226,7 @@ target_link_libraries(smalliobenchrbd boost_program_options blkid udev + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} keyutils @@ -236,7 +241,7 @@ add_executable(tpbench $ ) target_link_libraries(tpbench librados boost_program_options os global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # omapbench set(omapbench_srcs @@ -251,6 +256,7 @@ target_link_libraries(omapbench boost_program_options os global + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ) @@ -264,7 +270,7 @@ add_executable(kvstorebench ${kvstorebench_srcs} $ ) -target_link_libraries(kvstorebench librados global ${CMAKE_DL_LIBS} +target_link_libraries(kvstorebench librados global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) ## System tests @@ -286,7 +292,7 @@ add_executable(test_rados_list_parallel $ ) target_link_libraries(test_rados_list_parallel librados systest global pthread - rt ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_rados_open_pools_parallel set(test_rados_open_pools_parallel_srcs system/rados_open_pools_parallel.cc) @@ -295,7 +301,7 @@ add_executable(test_rados_open_pools_parallel $ ) target_link_libraries(test_rados_open_pools_parallel librados systest global - pthread rt ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_rados_delete_pools_parallel set(test_rados_delete_pools_parallel_srcs @@ -310,7 +316,7 @@ add_executable(test_rados_delete_pools_parallel $ ) target_link_libraries(test_rados_delete_pools_parallel librados systest global - pthread rt ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # test_rados_watch_notify set(test_rados_watch_notify_srcs @@ -326,7 +332,7 @@ add_executable(test_rados_watch_notify $ ) target_link_libraries(test_rados_watch_notify librados systest global - pthread rt ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) # bench_log set(bench_log_srcs @@ -336,7 +342,7 @@ add_executable(bench_log ${bench_log_srcs} $ ) -target_link_libraries(bench_log global pthread rt ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) +target_link_libraries(bench_log global pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) ## Unit tests @@ -352,7 +358,7 @@ add_executable(unittest_encoding $ ) target_link_libraries(unittest_encoding cephfs librados pthread rt m - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_encoding PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -365,7 +371,7 @@ add_executable(unittest_addrs $ ) target_link_libraries(unittest_addrs cephfs librados pthread rt m - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_addrs PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -378,7 +384,7 @@ add_executable(unittest_bloom_filter $ ) target_link_libraries(unittest_bloom_filter global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_bloom_filter PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -388,7 +394,7 @@ add_executable(unittest_histogram $ ) target_link_libraries(unittest_histogram global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_histogram PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -401,7 +407,7 @@ add_executable(unittest_str_map $ ) target_link_libraries(unittest_str_map common global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} common) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} common) set_target_properties(unittest_str_map PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -414,7 +420,7 @@ add_executable(unittest_sharedptr_registry $ ) target_link_libraries(unittest_sharedptr_registry global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_sharedptr_registry PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -427,7 +433,7 @@ add_executable(unittest_sloppy_crc_map $ ) target_link_libraries(unittest_sloppy_crc_map global - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_sloppy_crc_map PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -442,6 +448,7 @@ add_executable(unittest_util ) target_link_libraries(unittest_util global + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -455,7 +462,7 @@ add_executable(unittest_osdmap ${unittest_osdmap_srcs} $ ) -target_link_libraries(unittest_osdmap global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} +target_link_libraries(unittest_osdmap global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_osdmap PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -466,7 +473,7 @@ add_executable(unittest_workqueue ${unittest_workqueue_srcs} $ ) -target_link_libraries(unittest_workqueue global ${CMAKE_DL_LIBS} +target_link_libraries(unittest_workqueue global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_workqueue PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -477,7 +484,7 @@ add_executable(unittest_striper ${unittest_striper_srcs} $ ) -target_link_libraries(unittest_striper global ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} +target_link_libraries(unittest_striper global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_striper PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -488,7 +495,7 @@ add_executable(unittest_prebufferedstreambuf ${unittest_prebufferedstreambuf_srcs} $ ) -target_link_libraries(unittest_prebufferedstreambuf global ${CMAKE_DL_LIBS} +target_link_libraries(unittest_prebufferedstreambuf global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_prebufferedstreambuf PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -499,7 +506,7 @@ add_executable(unittest_str_list ${unittest_str_list_srcs} $ ) -target_link_libraries(unittest_str_list global ${CMAKE_DL_LIBS} +target_link_libraries(unittest_str_list global ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(unittest_str_list PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -621,6 +628,7 @@ add_executable(unittest_librados target_link_libraries(unittest_librados librados global + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -874,6 +882,7 @@ add_executable(unittest_librados_config target_link_libraries(unittest_librados_config librados global + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -891,6 +900,7 @@ target_link_libraries(unittest_daemon_config common global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${EXTRALIBS} @@ -972,6 +982,7 @@ if(${WITH_RADOSGW}) curl uuid expat + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS}) set_target_properties(test_cors PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -998,6 +1009,7 @@ if(${WITH_RADOSGW}) curl uuid expat + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -1027,6 +1039,7 @@ if(${WITH_RADOSGW}) cls_user_client cls_lock_client boost_regex + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} ${CRYPTO_LIBS}) set_target_properties(test_cls_rgw_meta PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) @@ -1054,6 +1067,7 @@ if(${WITH_RADOSGW}) cls_user_client cls_lock_client boost_regex + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -1083,6 +1097,7 @@ if(${WITH_RADOSGW}) curl uuid expat + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${UNITTEST_LIBS} @@ -1104,7 +1119,7 @@ add_executable(multi_stress_watch $ ) target_link_libraries(multi_stress_watch librados global radostest - ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS}) add_executable(test_librbd librbd/test_librbd.cc @@ -1190,6 +1205,7 @@ target_link_libraries(test_cls_refcount cls_refcount_client global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1208,6 +1224,7 @@ target_link_libraries(test_cls_version cls_version_client global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1227,6 +1244,7 @@ target_link_libraries(test_cls_log global radostest ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1244,6 +1262,7 @@ target_link_libraries(test_cls_statelog cls_statelog_client global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1262,6 +1281,7 @@ target_link_libraries(test_cls_replica_log cls_replica_log_client global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1280,6 +1300,7 @@ target_link_libraries(test_cls_lock librados global ${UNITTEST_LIBS} + ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS} ${CRYPTO_LIBS} @@ -1297,6 +1318,7 @@ target_link_libraries(test_cls_hello librados global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1316,6 +1338,7 @@ if(${WITH_RADOSGW}) global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest) @@ -1345,6 +1368,7 @@ target_link_libraries(test_rados_api_cmd global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest) @@ -1360,6 +1384,7 @@ target_link_libraries(test_rados_api_io global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1376,6 +1401,7 @@ target_link_libraries(test_rados_api_c_write_operations global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest) @@ -1391,6 +1417,7 @@ target_link_libraries(test_rados_api_c_read_operations global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1407,6 +1434,7 @@ target_link_libraries(test_rados_api_aio global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1423,6 +1451,7 @@ target_link_libraries(test_rados_api_list global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest) @@ -1439,6 +1468,7 @@ target_link_libraries(test_rados_api_pool global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1455,6 +1485,7 @@ target_link_libraries(test_rados_api_stat global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1471,6 +1502,7 @@ target_link_libraries(test_rados_api_watch_notify global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1487,6 +1519,7 @@ target_link_libraries(test_rados_api_cls global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1503,6 +1536,7 @@ target_link_libraries(test_rados_api_misc global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1519,6 +1553,7 @@ target_link_libraries(test_rados_api_lock global ${UNITTEST_LIBS} ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} radostest @@ -1556,6 +1591,7 @@ target_link_libraries(test_objectstore ${UNITTEST_LIBS} global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1569,6 +1605,7 @@ target_link_libraries(test_objectstore_workloadgen os global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1583,6 +1620,7 @@ target_link_libraries(test_filestore_idempotent os global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1598,6 +1636,7 @@ target_link_libraries(test_filestore_idempotent_sequence os global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1614,6 +1653,7 @@ target_link_libraries(test_xattr_bench ${UNITTEST_LIBS} global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1630,6 +1670,7 @@ target_link_libraries(test_filejournal ${UNITTEST_LIBS} global ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ${EXTRALIBS} @@ -1647,6 +1688,7 @@ target_link_libraries(test_stress_watch ${UNITTEST_LIBS} radostest ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} ) @@ -1750,6 +1792,7 @@ target_link_libraries(test_get_blkdev_size common pthread ${EXTRALIBS} + ${BLKID_LIBRARIES} ${TCMALLOC_LIBS} ${CMAKE_DL_LIBS} )