From 3f31fd8629a8a3e7c4df48349e21b47d0b42450b Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 21 Jun 2018 15:05:16 -0400 Subject: [PATCH] build: link ceph-osd with common statically. Enforce IE TLS model. Signed-off-by: Radoslaw Zarzynski --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a35b8b47ade99..0d0562b37f7fa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -907,7 +907,7 @@ set(ceph_osd_srcs ceph_osd.cc) add_executable(ceph-osd ${ceph_osd_srcs}) add_dependencies(ceph-osd erasure_code_plugins) -target_link_libraries(ceph-osd osd os global-static ceph-common +target_link_libraries(ceph-osd osd os global-static common ${BLKID_LIBRARIES}) if(WITH_FUSE) target_link_libraries(ceph-osd ${FUSE_LIBRARIES}) -- 2.39.5