]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build: link ceph-osd with common statically. Enforce IE TLS model. 22720/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 21 Jun 2018 19:05:16 +0000 (15:05 -0400)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 27 Jun 2018 15:19:01 +0000 (17:19 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/CMakeLists.txt

index a35b8b47ade9979524415dae1eceac8f439f6477..0d0562b37f7faedb888db93387de10ab6b3a9a02 100644 (file)
@@ -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})