From: Radoslaw Zarzynski Date: Thu, 21 Jun 2018 19:05:16 +0000 (-0400) Subject: build: link ceph-osd with common statically. Enforce IE TLS model. X-Git-Tag: v14.0.1~979^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3f31fd8629a8a3e7c4df48349e21b47d0b42450b;p=ceph-ci.git build: link ceph-osd with common statically. Enforce IE TLS model. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a35b8b47ade..0d0562b37f7 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})