mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
build: link ceph-osd with common statically. Enforce IE TLS model.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
parent
804b94181e
commit
3f31fd8629
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user